Developer API
One Key.
Creative Models.
Generate and manage API keys, check usage, and call supported models from your own application.
API Key
Your developer key
Create a key for server-side use. Keep it private.
sk-aiupstar-••••••••••••••••••••••••
Available Models
MiniMax H3 · GPT Image 2 · future providers
Example
Generate through aiupstar
curl https://api.aiupstar.com/v1/images/generations \
-H "Authorization: Bearer $AIUPSTAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "editorial silver armor portrait"
}'