Developer API
Generate AI video ads and images programmatically. Use your existing August Ads subscription credits via API key authentication.
Quick Start
Get your API key
Go to Settings → API and create an API key.
Make your first request
curl -X POST https://api.augstai.com/api/v1/developer/videos/generate \
-H "Authorization: Bearer aug_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "A sleek product showcase", "duration": 12}'Check generation status
curl https://api.augstai.com/api/v1/developer/videos/VIDEO_ID \ -H "Authorization: Bearer aug_live_YOUR_KEY"
Base URL
https://api.augstai.com/api/v1/developer
All API endpoints use HTTPS. Requests over HTTP will be redirected.
API Reference
Authentication
API key setup, Bearer token usage, and security best practices.
Videos
Generate videos, check status, and retrieve download URLs.
Images
Generate images from text prompts with size and quality options.
Webhooks
Receive real-time notifications when generation completes or fails.
Rate Limits
Request limits by plan tier and response headers.
Errors
Error codes, formats, and troubleshooting.
Examples
Full code examples in Python, JavaScript, and cURL.
MCP Server
Use August Ads as a tool in Claude, Cursor, or any MCP client.