API Keys
Manage your API key for programmatic access to SoScripted.
Your API Key
Use this key in the Authorization header as a Bearer token.
Quick Start
Use your API key to transcribe videos programmatically:
curl -X POST https://soscripted.com/api/public/transcribe \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://youtube.com/watch?v=..."}'See the full API documentation for more details.