API Informasi
Kueri jenis dokumen yang didukung
/v1/filetypesKueri semua format file yang didukung untuk terjemahan.
Contoh
curl
1curl -X POST 'https://otranslator.com/api/v1/filetypes' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{}'
Respons
Parameter | Tipe | Default | Deskripsi | Contoh |
---|---|---|---|---|
types | String[] | - | Jenis dokumen yang didukung | [ "docx", "xlsx", "pptx", "pdf", "ai", "indd", "odt", "ods", "odp", "epub", "jpg", "jpeg", "png", "srt", "json", "html", "xml", "go", "yml", "yaml", "php", "wav", "ape", "mp3", "aac", "flac", "alac", "ogg", "wma", "ac3", "dts", "amr", "aiff", "m4a", "txt", "md", "po", "xlf", "xliff", "csv", "tsv", "tex", "arxiv" ] |