Claude messages
Image
/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.
Anthropic’s official HTTP docs expose image understanding through the Messages API rather than through a dedicated image-generation endpoint.
- Images are passed as image blocks inside
content, alongside text instructions or questions - Anthropic’s public HTTP docs do not currently define a dedicated Claude image-generation or image-editing endpoint
- Images can be sent as base64 data, URLs, or Files API references
- If you need actual image generation or image editing, route to a provider whose official API supports those outputs
Authorizations
Headers
Anthropic API version header.
Example:
"2023-06-01"
Body
application/json
