Assistant
Start an assistant chat
Creates a new project and sends the first message to the VideoGen AI assistant, exactly like typing into the assistant on a new project in the app. Asynchronous: the response contains the messageId of the assistant's pending reply (e.g. vg_mesg_...). Poll GET /v1/assistant-messages/{messageId} until status is succeeded, failed, or cancelled, or subscribe to assistant_message.* webhooks. Fetch the parent assistant with GET /v1/assistants/{assistantId} to list all messages in the chat.
post/v1/assistants
Request body
Example request
{
"message": "A 30-second explainer about our new pricing tiers"
}Response
Assistant message accepted.
Changes
No recorded changes to this endpoint across all 1 revision of this API.