curl --request POST \
--url https://helpcenter.thena.ai/articles \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"title": "Getting Started with Our Platform",
"collectionId": "507f1f77bcf86cd799439011"
}'
{
"_id": "682c3cb454561efcea641c8c",
"orgId": "EWWESHH5ED",
"uid": 4275918855,
"title": "Getting Started Guide",
"description": "A comprehensive guide to get started",
"slug": "8588462216-getting-started-guide",
"state": "draft",
"authors": [
"UWW7PBBOPJ"
],
"tags": [
"667d37bd1e87838451261acb",
"667d37bd1e87838451261acb"
],
"visibility": "public",
"createdBy": "UWW7PBBOPJ",
"isAuthorManuallyUpdated": false,
"isDeleted": false,
"images": [
"48b6750b-0287-4bed-a09b-87977a3adf46"
],
"openaiFileId": "file-oM98KvbyEnEtslwh4bWiyrzu",
"lastEditedBy": "UWW7PBBOPJ",
"lastEditedAt": "2025-05-19T08:26:28.556Z",
"isUpdateRequired": false,
"objectIds": [],
"isAiGenerated": false,
"meta": {
"title": null,
"description": null,
"image": null
},
"createdAt": "2025-05-19T08:26:28.561Z",
"updatedAt": "2025-05-19T08:26:28.561Z",
"editorArticleName": "EWWESHH5ED_682c3cb454561efcea641c8c",
"jwtSignedToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"aiToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"publishedVersion": {
"json": "{\"type\":\"doc\",\"content\":[{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"left\"},\"content\":[{\"type\":\"text\",\"text\":\"Hey test\"}]}]}",
"html": "<p>Hey test</p>",
"version": 0,
"publishedBy": "667d37bd1e87838451261acb",
"publishedAt": "2024-11-20T12:08:22.583Z"
},
"helpCenters": [
"671a2ddbccca6b1c3dc0d3b6"
],
"collections": [
"671b856c19d8f51c01c0d293"
]
}
curl --request POST \
--url https://helpcenter.thena.ai/articles \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"title": "Getting Started with Our Platform",
"collectionId": "507f1f77bcf86cd799439011"
}'
{
"_id": "682c3cb454561efcea641c8c",
"orgId": "EWWESHH5ED",
"uid": 4275918855,
"title": "Getting Started Guide",
"description": "A comprehensive guide to get started",
"slug": "8588462216-getting-started-guide",
"state": "draft",
"authors": [
"UWW7PBBOPJ"
],
"tags": [
"667d37bd1e87838451261acb",
"667d37bd1e87838451261acb"
],
"visibility": "public",
"createdBy": "UWW7PBBOPJ",
"isAuthorManuallyUpdated": false,
"isDeleted": false,
"images": [
"48b6750b-0287-4bed-a09b-87977a3adf46"
],
"openaiFileId": "file-oM98KvbyEnEtslwh4bWiyrzu",
"lastEditedBy": "UWW7PBBOPJ",
"lastEditedAt": "2025-05-19T08:26:28.556Z",
"isUpdateRequired": false,
"objectIds": [],
"isAiGenerated": false,
"meta": {
"title": null,
"description": null,
"image": null
},
"createdAt": "2025-05-19T08:26:28.561Z",
"updatedAt": "2025-05-19T08:26:28.561Z",
"editorArticleName": "EWWESHH5ED_682c3cb454561efcea641c8c",
"jwtSignedToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"aiToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"publishedVersion": {
"json": "{\"type\":\"doc\",\"content\":[{\"type\":\"paragraph\",\"attrs\":{\"textAlign\":\"left\"},\"content\":[{\"type\":\"text\",\"text\":\"Hey test\"}]}]}",
"html": "<p>Hey test</p>",
"version": 0,
"publishedBy": "667d37bd1e87838451261acb",
"publishedAt": "2024-11-20T12:08:22.583Z"
},
"helpCenters": [
"671a2ddbccca6b1c3dc0d3b6"
],
"collections": [
"671b856c19d8f51c01c0d293"
]
}
Enter your API key (format: keyId.keySecret)
Article created successfully.
The response is of type object
.