Skip to main content
Use this page to create your API key and make your first request.

1) Generate API key

  1. Sign in to the Unsora dashboard.
  2. Open API in the sidebar (/api-keys).
  3. Click New API Key.
  4. Copy the key immediately and store it in a password manager.
Keys look like uns_live_....

2) Add key to request

Send the key in the Authorization header as a Bearer token. Try it on Credits in the API playground (base URL from OpenAPI servers).

3) Verify auth

If the request returns 200, your key is working.

4) Create a job

Most generation endpoints are async: See Create image for a full request URL and playground. Path: POST /image-generations/create Poll status until COMPLETED or FAILED: In the dashboard, open Music generator to create songs with lyrics and use the global player while you work in other tools. Manage video jobs:

Next steps

  • Read API guide for rate limits, idempotency, and polling
  • Browse endpoint reference below

Security notes

  • Never expose API keys in frontend code or public repos
  • Rotate keys immediately if leaked