v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

Create/Update News Article

put/external/api/partner/v1/article/

Headers

authorizationstring

Bearer <PUBLISHER_TOKEN>

Request body

publication_urlstring

Fully escaped in https://www.example.com format

guidstring

Primary key of your article

content_urlstring

Link to the article

titlestring

Title of the article

descriptionstring

Description of the article

mediastring json

{ "type": "image" | "video", "url": "<ARTICLE_COVER_MEDIA_URL>", "image_alt_text": "<IMAGE_ALT_TEXT>"}

published_atstring

ARTICLE_PUBLISHED_AT_ISO_8601_TIMESTAMP

modified_atstring

ARTICLE_MODIFIED_AT_ISO_8601_TIMESTAMP

contentstring

This will not be displayed but is EXTREMELY IMPORTANT as it is used for ML models for targeting and distribution

authorsstring[]

(optional) author names

tagsstring[]

(optional) used for content understanding, not display

Response

200