Skip to main content
POST
/
v1
/
webhooks
CreateWebhook
curl --request POST \
  --url https://api.manus.ai/v1/webhooks \
  --header 'API_KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "webhook": {
    "url": "<string>"
  }
}
'
{
  "webhook_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://open.manus.ai/docs/llms.txt

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

API v1 is deprecated and will be removed in the future. Please migrate to API v2 for new features and long-term support.

Authorizations

API_KEY
string
header
required

Body

application/json
webhook
object
required

Response

200 - application/json

Webhook created successfully.

webhook_id
string