Documentation Index
Fetch the complete documentation index at: https://docs.agentbot.raveculture.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Generate video
Create AI-generated videos for demos, marketing, tutorials, and screenshot animations. Videos are uploaded to cloud storage and returned as public URLs.This endpoint requires session-based authentication. You must be signed in with a valid user account. All requests must include the
Content-Type: application/json header.Create a video
Request body
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Video type. One of demo, marketing, screenshot, or tutorial. |
agentName | string | When type is demo | Name of the agent to feature in the demo video |
agentDescription | string | When type is demo | Description of the agent’s capabilities |
productName | string | When type is marketing | Name of the product to promote |
features | array | When type is marketing | List of product features to highlight |
imageUrl | string | When type is screenshot | URL of the screenshot image to animate |
description | string | When type is screenshot | Description of the animation to apply |
topic | string | When type is tutorial | Tutorial topic |
steps | array | When type is tutorial | Ordered list of tutorial steps |
Example requests
Demo video
Marketing video
Screenshot animation
Tutorial video
Response
Returns the public URL of the generated video:Errors
| Code | Description |
|---|---|
| 400 | Invalid video type. Must be demo, marketing, screenshot, or tutorial. |
| 401 | Unauthorized — you must be signed in |
| 500 | Video generation or upload failed |