# Adicionar arquivos base64 em campos de formulário

Além do uso dos arquivos base64 nos anexos opcionais, é possível abrir instancias no Zeev, via API `(/api/2/instances)`, e enviar conteúdos em formato base64 nos campos de formulário que sejam do tipo "Arquivo" ou "Arquivo visualizador".&#x20;

O conteúdo do base64 deve respeitar as seguintes regras:

* Tamanho máximo de 50MB.
* O tipo do arquivo deve ser compatível com os permitidos via parâmetro do sistema.
* O arquivo deve estar válido.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.stoque.com.br/zeev/apis/all/instances/adicionar-arquivos-base64-em-campos-de-formulario.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
