cURL
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>" }
Creates a new webhook.
Webhook created successfully.
The response is of type object.
object