$ curl \
"https://api.scriptbase.app/api/v1/videos/dQw4w9WgXcQ?includeTranscript=true" \
-H "X-API-Key: sk_your_key_here"
{
"success": true,
"data": {
"id": "dQw4w9WgXcQ",
"title": "Never Gonna Give You Up",
"duration": "PT3M33S",
"transcript": {
"videoId": "dQw4w9WgXcQ",
"language": "en",
"segments": [
{
"text": "We're no strangers to love",
"start": 0
},
{
"text": "You know the rules...",
"start": 2.5
}
]
}
}
}