Your content effectiveness prediction engine.
The Presaige API runs on serverless infrastructure. If the service hasn't received a request recently, the first request may experience a cold start delay (up to ~15-30 seconds). If you receive a 504 GATEWAY_TIMEOUT, simply retry the request. Subsequent requests will respond at normal speed.
All requests require an API key passed in the x-api-key header.
curl -H "x-api-key: YOUR_API_KEY" <https://api.presaige.ai/v1/upload>
Each API operation consumes credits from your account balance.
| Endpoint | Credits (Images) | Credits (Videos) |
|---|---|---|
| POST /upload | 0 | 0 |
| POST /score | 80 | 250 per 15 seconds |
| GET /score/{job_id} | 0 | 0 |
| POST /recommendations | 150 | 900 |
| GET /recommendations/{job_id} | 0 | 0 |
For video scoring, billing is calculated in 15-second segments rounded up. A 10-second video costs 250 credits (1 segment), while a 47-second video costs 1,000 credits (4 segments). Video recommendations are charged at a flat rate regardless of duration.
Continued usage beyond your balance
If your credit balance reaches zero, you can continue using the API without interruption. Any usage beyond your available credits is tracked as an overcharge and will be invoiced separately. Your remaining credits are always available via the X-Credits-Remaining response header.