{
"image_url": "string"
}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"
}'{
"results": [
{
"caption": "a black and white graphic of a drop symbol that looks like a tear with a hole cut out"
}
]
}