# Unsora ## Docs - [API guide](https://tryunsora.com/docs/api-guide.md): Authentication, rate limits, idempotency, and async polling - [Get accounts](https://tryunsora.com/docs/api-reference/accounts/get_accounts.md): List Instagram and TikTok accounts connected for scheduling - [Create clipping](https://tryunsora.com/docs/api-reference/clippings/create.md): Submit a video for AI clipping. By default the AI auto-detects the most viral clips. Set query to switch to Find Moments mode: describe the moments you want in natural language (e.g. "funny reactions") and the AI extracts matching clips instead — targetDuration is ignored in that mode. Cost is charg… - [Delete clipping job](https://tryunsora.com/docs/api-reference/clippings/delete.md): Permanently delete a clipping job and its clips. - [Get clipping job](https://tryunsora.com/docs/api-reference/clippings/get.md): Read-only view of a clipping job from the database. - [List clipping jobs](https://tryunsora.com/docs/api-reference/clippings/list.md): All AI clipping jobs for the authenticated user. - [Poll clipping status](https://tryunsora.com/docs/api-reference/clippings/poll-status.md): Sync with the provider and return the latest job state. - [Create image](https://tryunsora.com/docs/api-reference/image-generations/create.md): Queue an AI image generation job and poll until complete. - [Delete generation](https://tryunsora.com/docs/api-reference/image-generations/delete.md) - [Get image generation](https://tryunsora.com/docs/api-reference/image-generations/get.md): Fetch one basic image generation by id, including output assets. - [List generations](https://tryunsora.com/docs/api-reference/image-generations/list.md): Paginated list of basic image generations for the authenticated user. - [Poll generation status](https://tryunsora.com/docs/api-reference/image/poll-status.md): Check status for image, influencer, and thumbnail jobs - [Create influencer](https://tryunsora.com/docs/api-reference/influencer-studio/create.md): Queue one or more AI influencer portrait jobs. - [Delete influencer](https://tryunsora.com/docs/api-reference/influencer-studio/delete.md) - [Get influencers](https://tryunsora.com/docs/api-reference/influencer-studio/list.md) - [Introduction](https://tryunsora.com/docs/api-reference/introduction.md): Unsora public API reference - [Create song](https://tryunsora.com/docs/api-reference/music-generations/create.md): Queue a Mureka AI music generation job and poll until complete. - [Delete generation](https://tryunsora.com/docs/api-reference/music-generations/delete.md): Delete a music generation record. - [Get generation](https://tryunsora.com/docs/api-reference/music-generations/get.md): Fetch a single music generation by ID. - [List generations](https://tryunsora.com/docs/api-reference/music-generations/list.md): Paginated list of music generations for the authenticated user. - [Poll music status](https://tryunsora.com/docs/api-reference/music/poll-status.md): Check status for music generation jobs - [Create Post](https://tryunsora.com/docs/api-reference/posts/create_post.md): Schedule or save Instagram and TikTok reels and slideshows. - [Delete post](https://tryunsora.com/docs/api-reference/posts/delete_post.md): Delete a post. Requires an active paid plan. - [Get post](https://tryunsora.com/docs/api-reference/posts/get_post.md) - [List Posts](https://tryunsora.com/docs/api-reference/posts/list_posts.md): List posts for the authenticated user with optional filters. - [Update post](https://tryunsora.com/docs/api-reference/posts/update_post.md): Update a draft or scheduled post. Published posts cannot be edited. Requires an active paid plan. - [Create thumbnail](https://tryunsora.com/docs/api-reference/thumbnails/create.md): Generate thumbnails including YouTube thumbnails via context - [Delete thumbnail](https://tryunsora.com/docs/api-reference/thumbnails/delete.md): Permanently delete a thumbnail generation. - [Get thumbnail](https://tryunsora.com/docs/api-reference/thumbnails/get.md): Fetch one thumbnail generation by id. - [List thumbnails](https://tryunsora.com/docs/api-reference/thumbnails/list.md): All thumbnail generations for the authenticated user. - [Credits balance](https://tryunsora.com/docs/api-reference/user/credits.md) - [Subscription](https://tryunsora.com/docs/api-reference/user/subscription.md): Get the authenticated user's billing plan and Stripe subscription state. - [Create video](https://tryunsora.com/docs/api-reference/video/create.md): Queue a video generation job with any supported model and poll until complete. - [Delete video generation](https://tryunsora.com/docs/api-reference/video/delete.md): Permanently delete a video generation. - [List video generations](https://tryunsora.com/docs/api-reference/video/list.md): Paginated list of video generation jobs for the authenticated user. - [Poll video status](https://tryunsora.com/docs/api-reference/video/poll-status.md): Poll video generation jobs until complete. - [Get started](https://tryunsora.com/docs/get-started.md): Generate API key and call Unsora API ## OpenAPI Specs - [openapi](https://tryunsora.com/docs/openapi.json)