A valid request URL is required to generate request examples{}{
"error": {
"code": 123,
"message": "<string>",
"status": "<string>",
"details": [
{
"@type": "<string>",
"fieldViolations": [
{
"description": "<string>"
}
]
}
]
}
}{
"error": {
"code": 123,
"message": "<string>",
"status": "<string>",
"details": [
{
"@type": "<string>",
"fieldViolations": [
{
"description": "<string>"
}
]
}
]
}
}Retrieve video generation operation (Gemini format)
Polls the status of a long-running video generation operation produced
by models/{model}:generateVideos. The Gemini SDK appends the
operation name as a wildcard path segment. If the operation name
contains /, it must be percent-encoded in the request path (for
example, %2F) to remain conformant with OpenAPI 3.x path-parameter
semantics.
A valid request URL is required to generate request examples{}{
"error": {
"code": 123,
"message": "<string>",
"status": "<string>",
"details": [
{
"@type": "<string>",
"fieldViolations": [
{
"description": "<string>"
}
]
}
]
}
}{
"error": {
"code": 123,
"message": "<string>",
"status": "<string>",
"details": [
{
"@type": "<string>",
"fieldViolations": [
{
"description": "<string>"
}
]
}
]
}
}Authorizations
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Path Parameters
Video model identifier (e.g. veo-3.1-generate-preview).
Operation name. If it contains /, it must be percent-encoded in the request path (for example, %2F).
Response
Operation status payload (Gemini video generation response).
The response is of type object.
Was this page helpful?

