Create a Post
Developing
POST
/posts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aladia.io/v2/posts' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "post",
"title": "Sample Title",
"content": "This is a sample content.",
"visibility": "public"
}'
Response Response Example
201 - Success
{
"id": "66fba5d3d195e04a6f613816",
"type": "review",
"title": "Deleniti velit enim sunt. Eius minima non. Quo sint temporibus repellat unde a ipsum aliquid minima.",
"parentId": "aebc6bc9-aeee-4446-a677-6bb49d356d39",
"content": "Commodi natus pariatur provident placeat quas provident suscipit sunt.",
"status": "solved",
"visibility": "public",
"numberOf": {
"shares": 86663061,
"comments": 57898524,
"reactions": {
"clap": 1,
"love": 1,
"angry": 1,
"funny": 1,
"sad": 1
},
"reactionsCount": 2
},
"rating": 3,
"owner": {
"type": "organization",
"id": "66fba5d3d195e04a6f613816",
"online": false,
"numberOfReviews": 54472584.05646619,
"organizationName": "the name of the organization (if the ower is profile it will be null)",
"firstName": "first name of a profile (if the owner is organization it will be null)",
"lastName": "last name of a profile (if the owner is organization it will be null)",
"picture": "picture or avator of the owner",
"hasActiveStory": true
},
"createdBy": {
"id": "66fba5d3d195e04a6f613816",
"type": "culpa ex aute voluptate proident",
"online": null,
"numberOfReviews": -32155076.042634785,
"organizationName": "quis eveniet ex",
"firstName": "Ahmed",
"lastName": "last name of a profile",
"picture": "https://loremflickr.com/640/480/sports",
"hasActiveStory": true
},
"entity": {
"courseId": "66fba5d3d195e04a6f613816",
"title": "fuga eligendi animi",
"thumbnail": null,
"lectureId": "ex culpa laboris in et",
"chapterIndex": "Duis laborum mollit sit est",
"lectureIndex": "labore cupidatat proident in in"
},
"files": [
{
"metadata": {
"size": -71339365.30948399,
"mimetype": "sint minim non eu"
},
"url": "https://dutiful-phosphate.biz",
"fileId": "Ut voluptate eu"
}
],
"mentions": [
{
"type": "profile",
"id": "66fba5d3d195e04a6f613816",
"online": true,
"numberOfReviews": -42393355.092632845,
"organizationName": "ipsam natus eum",
"firstName": "Scottie",
"lastName": "Ratke",
"picture": "https://loremflickr.com/640/480/people",
"hasActiveStory": false
}
],
"createdAt": "78092",
"updatedAt": "39160",
"partecipants": [
{
"id": "66fba5d3d195e04a6f613816",
"type": "profile",
"picture": "https://loremflickr.com/640/480/people",
"online": false,
"numberOfReviews": 61084082.03277844,
"organizationName": "sint ipsa ab",
"firstName": "Etha",
"lastName": "Lindgren",
"hasActiveStory": true
}
],
"answerId": "laboris consequat Duis commodo"
}
Request
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-16 07:15:29