v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBAssistants
Get assistant details
Retrieves detailed information about a specific AI assistant
get/assist-ai/assistant_by_id/{assistant_id}
Path parameters
assistant_idstring uuid required
Unique identifier of the assistant
Response
Assistant details retrieved successfully
Example response
{
"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?",
"prompt": "You are a helpful video assistant",
"status": "active",
"videos": [
{
"id": "video123",
"title": "Sample Video",
"duration": 300
}
],
"created_at": "2025-08-16T10:30:00Z",
"updated_at": "2025-08-16T10:30:00Z"
}