Publish Article
Push a generated article to your connected CMS (WordPress, Ghost, etc.).
Endpoint
POST
https://api.hatrio.ai/api/v1/articles/{id}/publish Path Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the article to publish. |
Body Parameters
| Parameter | Type | Description |
|---|---|---|
| platform_type | string | Target platform (e.g., WordPress, Ghost). |
| credentials | object | Optional platform connection credentials. |
Example Request
{
"platform_type": "WordPress",
"credentials": {}
}