Skip to main content

ClaudeImageSource

Image source for Claude image blocks.

typeType (string)required

Possible values: [base64, url]

media_type object
anyOf
string
data object
anyOf
string
url object
anyOf
string
ClaudeImageSource
{
"type": "base64",
"media_type": "string",
"data": "string",
"url": "string"
}