https://create.aeriox.coOne credit pool across image + video generation, with auto-refund on failure and per-key spend caps.
Already signed in? Issue a key in Settings → API Keys. Need an account? Sign up free (500 starter credits, no card required).
All v1 endpoints accept an API key in either the Authorization Bearer header or x-api-key header. Keys start with sk_live_ and are workspace-scoped.
/api/v1/mescope: readReturns the workspace and key info for the API key making the call. Use this to verify a key works.
Response
{
"workspace": {
"id": "uuid",
"name": "AERIOX Studio",
"plan": "studio",
"created_at": "2026-04-01T00:00:00Z"
},
"api_key": {
"prefix": "abc12345",
"scopes": ["generate", "read"],
"daily_spend_cap_usd": 10
}
}curl https://create.aeriox.co/api/v1/me \
-H "Authorization: Bearer sk_live_..."