State-of-the-art image generation. Access Aura Image Turbo through the current VAP Media API with an active Room or Media plan.
A Room or Media plan unlocks API access. Usage is counted against your active plan allowance and shown in Dashboard usage.
Custom-trained AI agents enhance your descriptions. Better images, every time.
Up to 4K output. 7 aspect ratios. Standard and Ultra quality modes.
REST API, MCP for Claude Desktop, A2A protocol. Integrate anywhere.
Supported ratios: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3
curl -X POST https://api.vapagent.com/api/v1/generations \
-H "Authorization: Bearer YOUR_MEDIA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"kind": "image",
"prompt": "Photorealistic portrait, golden hour lighting",
"params": {
"aspect_ratio": "1:1"
}
}'
This is the current Media API surface for generation requests.
Start with a Room or Media plan. API usage is visible in your Dashboard and counts against the active plan allowance.
Try VAP Free