Build with Hedra
Every leading image, video, and audio model behind one API key, one endpoint, and one bill.
Make your first call
Create an API key
Keys are created and managed on the API keys page. Every request authenticates with the header shown in the next step.
Create API keyMake your first request
List every model behind the API. The same Authorization header works on every endpoint.
curl https://api.hedra.com/v3/models \ -H "Authorization: Key <key_id>:<secret>"Submit a job
Pick a model in the catalog — its API tab generates a ready-to-run request from the live schema. Submitting returns a job id you can poll or stream until the result is ready.
Choose a modelExplore the models in our playground
Explore the console
Models
Browse the catalog and run any model in the playground.
API keys
Create and manage API keys for programmatic access.
Team
Invite teammates and manage who can access your workspace.
Billing
View usage, manage payment methods, and download invoices.
Webhooks
Receive signed HTTP callbacks when a job finishes.
Jobs
Recent programmatic API jobs for your account.