> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tela.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Arquivos suportados

* **PDF**
  * `application/pdf`: `.pdf`

* **Audio**
  * `audio/mpeg`: `.mp3`
  * `audio/ogg`: `.ogg`
  * `audio/wav`: `.wav`

* **Images**
  * `image/jpeg`: `.jpg`, `.jpeg`, `.JPG`, `.JPEG`
  * `image/png`: `.png`, `.PNG`

* **Documents**
  * `application/vnd.openxmlformats-officedocument.wordprocessingml.document`: `.docx`, `.DOCX`
  * `application/vnd.openxmlformats-officedocument.presentationml.presentation`: `.pptx`, `.PPTX`
  * `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`: `.xlsx`, `.XLSX`
  * `application/msword`: `.doc`, `.DOC`
  * `application/vnd.ms-excel`: `.xls`, `.XLS`
  * `application/vnd.ms-powerpoint`: `.ppt`, `.PPT`
  * `text/csv`: `.csv`, `.CSV`

* **Video**
  * `video/mp4`: `.mp4`, `.MP4`

* **Plain text**
  * `text/plain`: `.txt`, `.TXT`
