Build with Hedra

Every leading image, video, and audio model behind one API key, one endpoint, and one bill.

Make your first call

1

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 key
2

Make your first request

List every model behind the API. The same Authorization header works on every endpoint.

curl
curl https://api.hedra.com/v3/models \
-H "Authorization: Key <key_id>:<secret>"
3

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 model

Explore the models in our playground

View all models

Explore the console