v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBAssistants
Get purchase overview
Calculates the cost and details for creating an assistant with specified videos
post/assist-ai/purchase_overview
Request body
Example request
{
"video_ids": [
"video1",
"video2"
],
"lang": "pt-BR"
}Response
Purchase overview calculated successfully
Example response
{
"total_cost": 15.5,
"credit_cost": 155,
"video_count": 3,
"estimated_processing_time": "5-10 minutes",
"videos": [
{
"id": "video123",
"title": "Sample Video",
"duration": 300,
"cost": 5
}
]
}