cURL
curl --request GET \ --url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/facebook/transcript \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "success": true, "transcript": "<string>" }, "meta": {} }
Extract the transcript from a Facebook video
Show Transcript data properties
curl -X GET "https://yoinkit.ai/api/v1/openclaw/facebook/transcript?url=https://facebook.com/video/123456789" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "success": true, "data": { "success": true, "transcript": "Hello, world! This is the transcribed content from the Facebook video." }, "meta": { "platform": "facebook", "endpoint": "transcript", "credits_used": 1, "request_id": "req_abc123def456" } }