POST
/
vectorize
/
files
/
{file_id}
curl --request POST \
  --url https://uploads.pinata.cloud/v3/vectorize/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

file_id
string
required

Response

200 - application/json
Vectorize File Response
success
boolean
required