Skip to main content
Unsora exposes a public HTTP API for AI generation features and social scheduling.

Base URL

https://mvp.tryunsora.com/api/v1
Local development:
http://localhost:3000/api/v1

Authentication

Send a Clerk JWT or Unsora API key:
Authorization: Bearer uns_live_...
Create keys at /api-keys in the dashboard. See Get started and API guide.

Feature areas

FeaturePrefixDashboard guide
Image generator/image-generations
Music generator (Mureka AI)/music-generationsOverview
AI influencer/influencer-studio
Thumbnail generator (incl. YouTube)/thumbnails
Clipping/clippings
Social media scheduler/posts, /accounts

OpenAPI

OpenAPI source: docs/api-reference/openapi.json External tools can import:
  • GET /api/v1/openapi.json
  • GET /api-docs/openapi.json

Security scheme

Protected endpoints declare:
"security": [{ "bearerAuth": [] }]
bearerAuth accepts Clerk JWT or uns_live_* API keys.