📰Articles
Last updated
Last updated
POST
https://bottalk.io/api/articles
Creates a new audio article inside of a project.
Name | Type | Description |
---|---|---|
GET
https://bottalk.io/api/articles_external_id/{external_id}
response same as for retrieve an article method
GET
https://bottalk.io/api/articles/{id}
Fetches an article by id
GET
https://bottalk.io/api/articles?limit={n}&offset={m}
Fetches articles from the project.
PUT
https://bottalk.io/api/articles/{id}
Updates a audio article.
PUT
https://bottalk.io/api/articles_external_id/{external_id}
Updates an audio article.
All params and responses same as for Update Article /api/articles/{id}
DELETE
https://bottalk.io/api/articles/{id}
Deletes an article from the project.
example: {"voice":"de-DE-ConradNeural", "lang":"de-DE"}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
status | description |
---|---|
Voice | Lang (list separated by comma, you can choose one of them) |
---|---|
title*
string
The title of the article
text*
string
The main content of the article.
url*
string
The page url of the original article
parse
boolean
Should BotTalk parse HTML inside of the article?
labels
array
Labels to assign to the article inside BotTalk.
externalId
string|null
uniq id for external control, this field in uniq, and if already exists we will answer by 400 http status code.
voice
String
The voice from list for audify article
lang
String
The language from list for audify article
limit
integer
Number of articles to retrieve
offset
integer
Offset of the results if they are limited
title*
string
The title of the article
text*
string
The main content of the article.
url*
string
The page url of the original article
labels
array
Labels to assign to the article inside BotTalk.
parse
boolean
Should BotTalk parse HTML inside of the article?
voice
String
Voice "de-DE-ConradNeural"
lang
String
de-DE,en-US, language
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
echo
de-DE,en-US
fable
de-DE,en-US
alloy
de-DE,en-US
onyx
de-DE,en-US
nova
de-DE,en-US
shimmer
de-DE,en-US
de-DE-ConradNeural
de-DE
de-DE-KatjaNeural
de-DE