Skip to main content
POST
/
tasks
/
webhook
Webhook
curl --request POST \
  --url https://api.sunbird.ai/tasks/webhook \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://sunbirdai.mintlify.app/llms.txt

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

Body

application/json

The body is of type Payload · object.

Response

Successful Response