📰

Articles

Creating a new article

post
https://bottalk.io/api
/articles
Create article.

Retrieving an aritcle

get
https://bottalk.io/api
/articles/{id}
Fetch article.

Retrieving multiple articles

get
https://bottalk.io/api
/articles?limit={n}&offset={m}
Fetch multiple articles.

Updating an article

put
https://bottalk.io/api
/articles/{id}
Update article.

Deleting an article

delete
https://bottalk.io/api
/articles/{id}
Delete an article.

Article Status

status
description
ready
the article is ready and audiofile exists
processing
the audification is in progress
waiting
the article is waiting to be audified
rejected
the article is rejected by audio automation rules
errored
the article contains an error which prevented audification