POST /v1/breakdown
Start a deep, structured breakdown of a video or image. This is an async operation — the response returns an ID you can poll withGET /v1/breakdown.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
mediaUrl | string | Yes | Public URL of the video or image to analyze |
mediaType | string | Yes | video or image |
prompt | string | No | Focus the analysis on a specific aspect (e.g. “hook effectiveness”, “pacing”, “visual quality”) |
Example request
Example response
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Breakdown ID — use this to poll for the result |
status | string | processing or completed |
Credits
10 credits ($1.00) per call. Charged at creation time.Next step
PollGET /v1/breakdown?id=va_abc123 until status is completed. See Get breakdown.