Skip to main content
POST
/
files
Upload file
curl --request POST \
  --url https://api.cheapestinference.ai/v1/files \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.