v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBAssistants
Create new AI assistant
Creates a new AI assistant with specified video bindings and configuration
post/assist-ai/buy_and_create
Request body
Example request
{
"video_ids": [
"video1",
"video2"
],
"lang": "pt-BR",
"name": "My Video Assistant",
"open_new_tab": true,
"question_suggestions": true,
"initial_question": "How can I help you with this video?"
}Response
Assistant AI created successfully
Example response
{
"message": "Assistant AI created successfully",
"assistant": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "My Video Assistant",
"lang": "pt-BR",
"open_new_tab": true,
"question_suggestions": true,
"initial_question": "How can I help you with this video?",
"status": "active",
"created_at": "2025-08-16T10:30:00Z",
"updated_at": "2025-08-16T10:30:00Z"
}
}