Webhooks
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"event": "content.generation_completed",
"data": {
"id": "text",
"is_draft": true,
"status": "initializing",
"title": "text",
"content": "text",
"snippet": "text",
"project_id": "text",
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"meta_description": "text",
"featured_images": [
{
"url": "text",
"alt": "text"
}
],
"content_type": "article",
"settings": {
"model": "text",
"target_keyword": "text",
"language": "text",
"region": "text"
},
"created_at": "2026-02-11T17:48:52.015Z",
"updated_at": "2026-02-11T17:48:52.015Z"
}
}{
"event": "content.generation_failed",
"data": {
"id": "text",
"is_draft": true,
"status": "initializing",
"status_extra": {
"error": "text"
}
}
}