cURL
Endpoint Examples
Create Chat Response
Creates an interactive chat response for a given YouTube video using the bump-1.0 model. Provide the video URL and an optional prompt. If no prompt is provided, the API returns a summary of the video content.
POST
cURL
Authorizations
Body
application/json
The YouTube video URL.
The model used for generating the chat response.
Available options:
bump-1.0 The message or query about the video. Prompts longer than 500 characters will be cut off.
Maximum string length:
500A two-letter language code for the response.
Available options:
en, hi, es, pt, ru The desired output format.
Available options:
text, markdown Response
200 - application/json
Success - A successful response.

