Category: Deep Art API
Section: Getting started & authentication
Contents
- Where to find your credentials
- Create a new Access/Secret pair
- Copy & store securely
- Rotate keys (recommended practice)
- See also
Where to find your credentials
- Sign in to the Developer Dashboard.
- At the top, locate API Credentials. You’ll see:
- API Key (single key value)
- Access Key and Secret Key (a key pair)
- Use the values shown there when integrating the API.
If any key may have been exposed (e.g., in a screenshot or log), rotate it immediately.
Create a new Access/Secret pair
- In the API Credentials box, click Generate New Access Keys.
- A new Access Key and Secret Key pair is created.
- Copy both values now and store them securely (the Secret may be shown only once).
Copy & store securely
- Keep keys outside source code (use environment variables or a secret manager).
- Share keys only with team members who need them.
- Never post keys in forums, tickets, or screenshots.
Rotate keys (recommended practice)
- When to rotate: if a key is exposed, when staff leave a project, or on a regular schedule.
-
How to rotate:
- Generate a new Access/Secret pair.
- Update your servers/applications to use the new keys.
- Remove the old keys from all configs and secret stores.
- Keep a brief record of when rotations happened and which services were updated.
See also
- API overview & authentication
- API usage plans — pricing & daily quotas
- Quick start (cURL): list styles → upload → fetch result
- Errors & rate limits — troubleshooting
Comments
0 comments
Please sign in to leave a comment.