API Reference

Get purchase overview

Calculates the cost and details for creating an assistant with specified videos

POST /assist-ai/purchase_overview

Detailed Description

Calculates the cost and details for creating an assistant given a set of videos and language.

HTTP Method & Path

POST /assist-ai/purchase_overview

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token> (no Bearer prefix)

Parameters

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token (without Bearer prefix).

Request Body

Schema: PurchaseOverviewRequest

NameTypeRequiredDescription
video_idsarray of stringNoArray of video IDs to calculate cost for.
langstringNoLanguage code.

Example Request Body

{
  "video_ids": ["video1", "video2"],
  "lang": "en"
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!