Skip to main content
POST
/
uploads
/
{uploadId}
/
complete
Finalize an upload
curl --request POST \
  --url http://localhost:3001/api/v1/uploads/{uploadId}/complete \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "5c1e8b34-2a9f-4d61-8e07-3b2c1a0f9d4e",
    "url": "https://cdn.example.com/uploads/usr_8a2f3c/logo.png",
    "contentType": "image/png",
    "width": 512,
    "height": 512
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

uploadId
string<uuid>
required

Response

OK

data
object
required