Create a new response using the Response API. This endpoint provides an OpenAI Responses-compatible interface for chat completions with video collections.
The response can be processed synchronously (default) or asynchronously using the background parameter.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response creation parameters
The model to use for generating the response
nimbus-001 The input for the response. Can be a simple string or an array of messages.
Configuration for the video collections to search against for response context
System instructions to guide the model's behavior (maps to developer/system message)
Sampling temperature for the model
0 <= x <= 2Additional data to include in the response annotations
cloudglue_citations.media_descriptions Set to true to process the response in the background. When true, the response is returned immediately with status 'in_progress'.
Response created successfully
Unique identifier for the response
Object type identifier
response Current status of the response
in_progress, completed, failed, cancelled Unix timestamp of when the response was created
The model used for the response
The system instructions used
The generated output messages
Token usage statistics for the response
Error details when the response status is 'failed'