🔍SYNC.AI API Overview
Dive into the specifics of each API method by checking out our complete documentation.
Errors
All errors returned by the API will have the same json format, because of this error sections will just feature a table describing these 3 fields. This json object is described below:
title
string
Title for the error.
message
string
More details about the error.
code
integer
The HTTP status code.
Language Codes
SYNC.AI currently supports 16 different language options. Language codes follow the BCP-47 standard. Default languages with no country code are shown in brackets.
en-US (en)
English (US)
en-GB
English (GB)
es-ES (es)
Spanish (ES)
es-US
Spanish (US)
zh-CN (zh)
Chinese (CN)
de-DE (de)
German
it-IT (it)
Italian
fr-FR (fr)
French
pt-PT (pt)
Portuguese (PT)
pr-BR
Portuguese (BR)
ar
Arabic (MSA)
ja-JP (ja)
Japanese
ru-RU (ru)
Russian
hi-IN (hi)
Hindi
vi-VI (vi)
Vietnamese
ko-KO (ko)
Korean
Last updated