← Back to catalog
tatoeba.sentence
mock data$0.001 / callTatoeba Sentence Detail
Get a single Tatoeba sentence by ID with all translations and audio recordings. Useful for language-learning agents. Tatoeba CC-BY 2.0 FR
Input schema
sentence_idrequired
integerTatoeba sentence ID. Returns the sentence with all translations and audio recordings.
Call via REST
curl -X POST https://unifyapi.pro/api/call/tatoeba.sentence \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sentence_id":0}'