Developer API

Generate AI video ads and images programmatically. Use your existing August Ads subscription credits via API key authentication.

Quick Start

1

Get your API key

Go to Settings → API and create an API key.

2

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}'
3

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