> For the complete documentation index, see [llms.txt](https://help.edgecontents.com/edgecontents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.edgecontents.com/edgecontents/apis/formatos-de-tela.md).

# Formatos de tela

## Endpoints

* ### Lista de browsers

**URL:** \<seuprojeto>.edgecontents.com/ds/api/screenformat

**Método:** GET

**Autenticação:** Basic Auth

**Exemplo de retorno:**

```json
{
    "46": {
        "name": "9:16",
        "width": 1080,
        "height": 1920
    },
    "47": {
        "name": "16:9",
        "width": 1920,
        "height": 1080
    }
}
```
