Skip to main content

Media API

Cross-media utilities that work across videos, audios, images, and texts.

Endpoints:

  • POST /v2/{media_type}/upload-url — get a presigned URL to upload large files directly to cloud storage (step 1 of the upload flow; then PUT the file to the URL and call POST /v2/videos or POST /v2/audios with the returned public_url)
  • GET /v2/{media_type}/{media_id}/statuses — poll fine-grained processing statuses (transcription, personality, report, annotated video, …) without fetching the full analysis payload