Skip to main content
PUT
/
task
/
image-upload
/
{id}
Create Task Image Upload
curl --request PUT \
  --url https://cloud.kaneo.app/api/task/image-upload/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filename": "<string>",
  "contentType": "<string>",
  "size": 123,
  "surface": "description"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Body

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

Response

200 - application/json

Image upload URL created successfully

The response is of type object.