> For the complete documentation index, see [llms.txt](https://docs.zapsign.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zapsign.com.br/master.md).

# ZapSign Developer Docs

{% columns %}
{% column width="66.66666666666666%" %}
**Integre com a ZapSign em minutos.**

Uma chamada de API. Documentos prontos para assinatura eletrônica, integrados ao seu fluxo do início ao fim.

Crie, envie e acompanhe documentos com segurança, visibilidade de status e validade jurídica — sem depender de processos manuais.
{% endcolumn %}

{% column width="33.33333333333334%" %}

<figure><img src="/files/z8KzBWNdWrjuvE8uV5Z1" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

<a href="/spaces/-M4noMoX5ZGb2-RhWjjf-887967055/pages/lCTZdL1hLWmxunP7csa7#e-como-obter-meu-api-token" class="button primary">Obter API key</a> <a href="/spaces/-M4noMoX5ZGb2-RhWjjf-887967055/pages/lCTZdL1hLWmxunP7csa7" class="button secondary">API overview</a>

{% hint style="info" %}
Se você ainda não realizou nenhuma integração com a ZapSign, recomendamos que você inicie pelo ambiente de testes (sandbox) [clicando aqui](https://sandbox.app.zapsign.com.br/acesso/entrar) para evitar cobranças.
{% endhint %}

### Informações-chave para usar a API

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>API REST</strong>: use os métodos GET e POST. Envie e receba dados em JSON.</td><td></td><td></td></tr><tr><td><strong>Campos vazios</strong>: não envie <code>null</code> em strings. Use <code>""</code> ou omita o campo.</td><td></td><td></td></tr><tr><td><strong>Tipos importam</strong>: <code>true</code> e <code>false</code> são booleanos. <code>"true"</code> e <code>"false"</code> são strings.</td><td></td><td></td></tr></tbody></table>

### Gerenciamento de Horários

* **Horários em UTC+0**: Nosso servidor armazena datas e horários no fuso horário UTC+0. Para exibir horários aos usuários, considere que o Brasil está no fuso horário UTC-03:00. A maioria dos frameworks e navegadores realiza automaticamente essa conversão ao lidar com objetos de datetime.

{% hint style="info" %}
Em caso de dúvidas, consulte nosso time de suporte [via Whatsapp](https://api.whatsapp.com/send?phone=551140401991\&text=Ol%C3%A1,%20gostaria%20de%20falar%20com%20o%20suporte) ou pelo email **<support@zapsign.com.br>.** Você também pode [falar com nossos especialistas](https://zapsign.com.br/contato/) para soluções personalizadas.
{% endhint %}

### Tire suas dúvidas com o Ask

Use o Ask, nosso assistente de IA, para encontrar respostas rápidas sobre a API da ZapSign.

Para começar, clique em **Ask** no topo da página, ao lado da busca.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zapsign.com.br/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
