DocsImage Caption
Text
Image Caption
Automatic image captioning powered by GitBase. Generates descriptive captions for any image URL.
$0.05 per image
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| image_url | string | required | — | URL of the image to caption |
Example Request
curl -X POST https://cutedsl.cc/api/service \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"service": "caption",
"image_url": "https://example.com/photo.jpg"
}'Example Response
{
"result": {
"caption": "A golden retriever playing fetch in a sunny park with green grass."
},
"credits_used": 50,
"credits_remain": 49950,
"usd_equivalent": 0.05
}Playground
Connect your wallet to try the playground.
Connect Wallet