API Keys

Get your API key from the Studio in four steps

Get your API key from the Studio. Use it to authenticate all API requests.

Log into the Studio

Sign in at studio.d-id.com.

Go to Account settings

Generate API key and store securely

Click Generate API key. The key (format: API_USER:API_PASSWORD) is shown only once - copy it and save it in a secure place.

Use your key in requests

Send your key in the Authorization header as Basic API_USER:API_PASSWORD with every API request.

curl -X GET "https://api.d-id.com/agents" \
  -H "Authorization: Basic <YOUR KEY>"