v1
latestOpenAPI 3.0.02026-08-063014.2 KBEndpoints
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"
}
]
}