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"
}
'{}Create a presigned image upload URL for a task description or comment
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"
}
'{}Bearer token authentication
Image upload URL created successfully
The response is of type object.
Was this page helpful?