The official documentation and API reference for Unsora — AI video, image, music, thumbnail, influencer, and clipping generation.
Built with Mintlify.
Install the Mintlify CLI to preview documentation changes locally:
npm i -g mint
Run the following command at the root of the docs (where docs.json lives):
mint dev
View your local preview at http://localhost:3000.
docs.json— navigation, theme, logo, and site configget-started.mdx,api-guide.mdx— guidesapi-reference/— endpoint reference pagesopenapi.json— OpenAPI spec that powers the API playgroundlogo/,images/,favicon.png— branding assets
Pushing to the default branch deploys to Mintlify automatically (via the Mintlify GitHub app). The public docs are served at tryunsora.com/docs, proxied to the Mintlify deployment (unsora.mintlify.app) by a rewrite in the landing app's next.config.ts.
- If the dev server won't start: run
mint updateto get the latest CLI. - If a page 404s: make sure you're running in a folder with a valid
docs.json. - Mintlify documentation
- Support: hi@tryunsora.com