curl --request POST \
--url https://api.crevio.co/v1/files/{id}/uploaded \
--header 'Authorization: <api-key>'{
"object": "<string>",
"id": "<string>",
"source_type": {},
"upload_status": {},
"url": {},
"created_at": {},
"updated_at": {},
"filename": "<string>",
"content_type": "<string>",
"size": 123,
"provider": "<string>",
"file_url": "<string>"
}Confirms a file upload after it has been uploaded to storage
curl --request POST \
--url https://api.crevio.co/v1/files/{id}/uploaded \
--header 'Authorization: <api-key>'{
"object": "<string>",
"id": "<string>",
"source_type": {},
"upload_status": {},
"url": {},
"created_at": {},
"updated_at": {},
"filename": "<string>",
"content_type": "<string>",
"size": 123,
"provider": "<string>",
"file_url": "<string>"
}API key in the format: Bearer {api_token}
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Upload confirmed
Was this page helpful?