Request
Body Params application/json
{
"image_url": "string"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/bria-ai/v1/caption' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": "string"
}'
Responses
application/json {
"results": [
{
"caption": "a black and white graphic of a drop symbol that looks like a tear with a hole cut out"
}
]
}
Modified at 2026-01-15 02:30:32