Skip to main content
POST
/
task
/
image-upload
/
{id}
/
finalize
Finalize Task Image Upload
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"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Body

application/json
key
string
required
filename
string
required
contentType
string
required
size
number
required
surface
enum<string>
required
Available options:
description,
comment

Response

200 - application/json

Image upload finalized successfully

The response is of type object.