Claude messages
Video
/v1/messages
Creates a Claude message response for text, multimodal input, and tool use.
POST
Claude messages
Documentation Index
Fetch the complete documentation index at: https://docs.ent.apigo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Based on Anthropic’s current public HTTP docs, Claude does not expose a dedicated video-generation endpoint. Video workflows usually require preprocessing before calling the Messages API.
- Anthropic’s official multimodal docs focus on text, images, documents, and file references
- There is no separate public Claude endpoint today for raw video understanding or video generation
- In practice, Claude video integration is an engineering workflow built from preprocessing plus
/v1/messages - For summaries, scene analysis, or video Q&A, extract frames, subtitles, or transcripts first and then send those derived inputs through Claude’s supported content blocks
- If you need actual video generation, route the request to a provider whose official API supports video creation
Authorizations
Headers
Anthropic API version header.
Example:
"2023-06-01"
Body
application/json
