Skip to main content
POST
/
v1
/
tasks
/
{id}
/
complete
Complete task
curl --request POST \
  --url https://api.usenaive.ai/v1/tasks/{id}/complete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "summary": "<string>",
  "metadata": {}
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Body

application/json
summary
string
metadata
object

Response

Completed.

The response is of type object.