Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.autoposting.ai/api-proxy/clips/{clipId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "clip_01HXYZ", "brandSlug": "acme-corp", "fileName": "my-podcast.mp4", "status": "ready", "duration": 3600, "fileSize": 524288000, "transcription": { "status": "completed" }, "candidates": [ { "id": "cand_01", "startMs": 120000, "endMs": 180000, "title": "Key insight on growth", "score": 92 } ], "createdAt": "2024-01-01T00:00:00Z" } }
Retrieve a single clip including transcription status and AI candidates.
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
The requested clip.
true
A video clip with transcription status and AI-generated candidates.
Show child attributes
Was this page helpful?