Get purchase overview

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
}
Body Params
video_ids
array of strings

Array of video IDs to calculate cost for

video_ids
string
enum

Idioma do Tutor, usado para gerar resumos, sugestoes de perguntas e respostas do chat. Valores aceitos: pt-BR, en, es. Outros valores sao normalizados para o idioma mais proximo; valores nao reconhecidos usam pt-BR como padrao. Recomenda-se enviar exatamente um dos tres.

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json