> 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/espanol/master.md).

# ZapSign Developer Docs

{% columns %}
{% column width="66.66666666666666%" %}
**Integra con ZapSign en minutos.**

Una llamada a la API. Documentos listos para firma electronica, integrados a tu flujo de principio a fin.

Crea, envia y da seguimiento a documentos con seguridad, visibilidad de estado y validez juridica — sin depender de procesos manuales.
{% endcolumn %}

{% column width="33.33333333333334%" %}

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

<a href="/spaces/5FrVBe47d9qwlLisqx07/pages/W4Gq51bKC24lVKtsWgUU#como-obtengo-el-api-token" class="button primary">Obtener API key</a> <a href="/spaces/5FrVBe47d9qwlLisqx07/pages/-M4noQ_OGVhcfQPaAeo-" class="button secondary">Ver documentación</a>

{% hint style="info" %}
Si aún no has integrado ZapSign, te recomendamos comenzar con el entorno de pruebas (*sandbox*) donde vas a poder probar la integración sin ningún plan activo. [Más información aqui.](/espanol/entornos-de-zapsign.md)
{% endhint %}

### Esenciales para la Implementación de la API

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="files"></th><th></th><th data-type="files"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Nuestra API es REST</strong> y usa los métodos GET y POST. Envía los datos en JSON y recibe las respuestas en JSON.</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td><strong>Cadenas nulas:</strong> la API no acepta <code>null</code> en campos de texto. Si el campo debe ir vacío, envía <code>""</code> o no lo envíes.</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td><strong>Booleanos y cadenas:</strong> <code>true</code> y <code>false</code> no son lo mismo que <code>"true"</code> y <code>"false"</code>. Usa siempre el tipo correcto.</td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

### **Gestión de fechas y horas**

* **Zona horaria UTC+0:** el servidor guarda fechas y horas en UTC+0. En la mayoría de los navegadores y frameworks, esta conversión se hace automáticamente.

### Resuelve tus dudas con Ask

Usa Ask, nuestro asistente de IA, para encontrar respuestas rápidas sobre la API de ZapSign.

Para empezar, haz clic en **Ask** en la parte superior de la página, al lado de la búsqueda.<br>

{% hint style="info" %}
Si tienes alguna pregunta, no dudes en contactar a nuestro equipo de soporte a través de [WhatsApp](https://api.whatsapp.com/send?phone=551140401991\&text=Hola,%20quiero%20hablar%20con%20soporte) o por correo electrónico en **<support@zapsign.com.br>**. También puedes [hablar con nuestros especialistas](https://zapsign.co/es/hablar-con-ventas) para soluciones personalizadas.
{% endhint %}


---

# 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/espanol/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.
