cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/analyze
{ "id": "<string>", "status": "pending", "videoUrl": "<string>", "sourceType": "direct", "createdAt": 123, "completedAt": 123, "result": { "summary": "<string>", "hook": "<string>", "durationSeconds": 123, "keyframes": [ { "timestamp": 123, "type": "<string>", "description": "<string>", "visual": "<string>", "audio": "<string>", "text": "<string>" } ], "tags": [ "<string>" ], "whyItPerformed": [ "<string>" ], "attributesToCopy": [ "<string>" ], "hooksToTest": [ "<string>" ] }, "errorMessage": "<string>" }
The request has succeeded.
pending
analyzing
embedding
completed
failed
direct
social
Show child attributes