# Catchups.ai Video creation API ## API Docs - Account [Get authenticated account summary](https://docs.catchups.ai/get-authenticated-account-summary-36481581e0.md): Returns the account identity resolved from the caller credentials. Credits, workspaces, and projects are populated from your Catchups account. - Video Generations [List video generations](https://docs.catchups.ai/list-video-generations-36481582e0.md): Returns a paginated list of video generation jobs visible to the authenticated caller. - Video Generations [Create a video generation](https://docs.catchups.ai/create-a-video-generation-36481583e0.md): Public customer entry point for prepared-source video generation requests. This endpoint does not crawl URLs or run research; send URL-only or topic-only inputs to /v1/research. Long-running work is accepted asynchronously and returned through the public generation status and result endpoints. - Video Generations [Get video generation status](https://docs.catchups.ai/get-video-generation-status-36481584e0.md): Returns the latest status, progress, source summary, and available outputs for one generation. - Video Generations [Get completed generation result](https://docs.catchups.ai/get-completed-generation-result-36481585e0.md): Returns the completed video generation result, including signed delivery URLs when available. - Video Generations [Cancel a video generation](https://docs.catchups.ai/cancel-a-video-generation-36481586e0.md): Requests cancellation for a generation owned by the authenticated workspace. Completed, failed, or already-cancelled generations cannot be cancelled. - Research [Create a researched video generation](https://docs.catchups.ai/create-a-researched-video-generation-36481587e0.md): Accepts a short topic or URL, runs the configured research provider, and creates a video generation from the researched source bundle. Callers may also pass a normal video-generation source payload or prepared research fields.