Skip to main content
POST
/
pipeline
/
account
/
local-deploy
/
tasks
/
{task_id}
/
results
Add task result
curl --request POST \
  --url https://api.mezmo.com/v3/pipeline/account/local-deploy/tasks/{task_id}/results \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Path Parameters

task_id
string<uuid>
required

Body

application/json

The body is of type object.

Response

200

Default Response