Skip to main content
GET
/
api
/
oauth
/
callback
Error
A valid request URL is required to generate request examples
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your provider API key or Bifrost authentication token. Virtual keys (prefixed with sk-bf-) can also be passed here.

Query Parameters

state
string
required

State parameter for OAuth security (CSRF protection)

code
string
required

Authorization code from the OAuth provider

error
string

Error code if authorization failed

error_description
string

Error description if authorization failed

Response

OAuth authorization successful. Returns HTML page that closes the authorization window.

The response is of type string.