Skip to main content

Files - confirm upload

POST 

/api/v1/files/:fileId/confirm

Confirms that the file was successfully uploaded to the pre-signed URL.

Request

Responses

File confirmed

Reference

POST /api/v1/files/{fileId}/confirm

Confirms that the file was successfully uploaded to the pre-signed URL.

Parameters

ParameterInTypeRequiredDescription
fileIdpathstringyesFile ID

Responses

StatusDescription
200File confirmed
404Not found

Example request

curl -X POST "https://api.bitbybit.dev/api/v1/files/{fileId}/confirm" \
-H "x-api-key: YOUR_API_KEY"

Authentication: send your key in the x-api-key header. The full machine-readable specification is at openapi.json.