v1
latestOpenAPI 3.0.02026-07-13650400.5 KBAI Search
Get Caption
Description
The Caption Route is used to get a caption that describes the given image.
post/caption
Headers
api_tokenstring required
Request body
Response
Successful operation.
Example response
{
"results": [
{
"caption": "woman walking on a bridge in the jungle"
}
]
}