POSTUpload File/v1/files/upload
Endpoint URL
API key
Request headersAuthorization:Bearer sk_live_a1b2...
Content-Type:multipart/form-data
Accept:application/json
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"
Send a request to see the response