Error
A valid request URL is required to generate request examples{
"id": "<string>",
"type": "file",
"filename": "<string>",
"mime_type": "<string>",
"size_bytes": 123,
"created_at": "2023-11-07T05:31:56Z",
"downloadable": true
}Anthropic Integration
Upload file (Anthropic format)
Uploads a file. Use x-model-provider header to specify the provider.
POST
/
anthropic
/
v1
/
files
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"type": "file",
"filename": "<string>",
"mime_type": "<string>",
"size_bytes": 123,
"created_at": "2023-11-07T05:31:56Z",
"downloadable": true
}Authorizations
BearerAuthBasicAuthVirtualKeyAuthApiKeyAuth
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Headers
Provider to use (defaults to anthropic)
Body
multipart/form-data
Was this page helpful?
⌘I

