curl --request POST \
--url https://cloud.kaneo.app/api/task/image-upload/{id}/finalize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"filename": "<string>",
"contentType": "<string>",
"size": 123,
"surface": "description"
}
'{}Finalize an uploaded task image and create a private asset record
curl --request POST \
--url https://cloud.kaneo.app/api/task/image-upload/{id}/finalize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"filename": "<string>",
"contentType": "<string>",
"size": 123,
"surface": "description"
}
'{}Bearer token authentication
Image upload finalized successfully
The response is of type object.
Was this page helpful?