UnifyAPI
← Back to catalog

tatoeba.sentence

mock data$0.001 / call

Tatoeba 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

Educationprovider: Tatoeba#tatoeba#education

Input schema

sentence_idrequired

Tatoeba sentence ID. Returns the sentence with all translations and audio recordings.

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.