API
This page describes the API exposed by the Presentation Preview plugin.
POST /preview-api/v1/article
POST /preview-api/v1/articleData
Meta options
{
"data": {
"uuid": "uuid",
"meta": {
"imengine" : "https://example.imengine.io",
"concepts": [
"uuid"
],
"articles": [
"uuid"
]
},
"content" : "NewsML idf xml here!"
}
}Response
Success
Error
Last updated