Add Video

This endpoint enables you to upload videos into your project.
Upon upload, the file will be processed and stored as text embeddings within the project's database.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params
string
length ≥ 1

Optional parameter: Attach metadata to the uploaded data in your database. Provide a stringified JSON with key-value pairs. Useful in filter_document when querying the language model, it allows you to filter data with your Chatbot by considering only documents that have the specified metadata. Key 'collection_name' is not allowed.

string | null
Defaults to gemini-2.0-flash

Optional. Select the Language Model provider (e.g., google/gemini-2.0-flash, openai/gpt-4-vision-preview) to use for describing the uploaded content. This model will analyze the content and generate a text description, which will be stored in the RAG database. If left blank, a default model is used.

string | null

Optional. Specify a custom prompt to guide the Language Model in generating the description for the content. If no prompt is provided, a default prompt will be used to describe what's in the image/video. This allows for more specific or targeted analysis.

file

File to analyse in binary format to be used with content-type: multipart/form-data
Does not work with application/json !

uri | null

File URL to analyse to be used with with content-type: application/json.

Response
201

No response body

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!