This block + 6,000 more — yours with Pro

File Upload API Endpoint

6/100
Docs
POSTUpload File/v1/files/upload
Endpoint URL
API key
Request headers
Authorization:Bearer sk_live_a1b2...
Content-Type:multipart/form-data
Accept:application/json
cURL
curl -X POST "https://api.acme.com/v1/files/upload" \
  -H "Authorization: Bearer sk_live_a1b2c3d4e5f6g7h8i9j0" \
  -H "Content-Type: multipart/form-data" \
  -F "file=@./report-q4.pdf"
Select a file to test the upload
Send a request to see the response