# Carimbo de tempo preservando a assinatura original

Ideal para quando o seu documento já contém uma assinatura digital ICP-Brasil via certificado do signatário e você quer **manter essa autoria visível nas ferramentas de validação oficiais**, como o Validador do ITI.

### Quando usar este endpoint?

Use quando você já tem um documento assinado e deseja apenas adicionar a **camada de validação temporal.**

<mark style="color:green;">`POST`</mark> `https://api.zapsign.com.br/api/v1/timestamp/no-signature`

**Headers**

| Name          | Value                          |
| ------------- | ------------------------------ |
| Content-Type  | `application/json`             |
| Authorization | `API_TOKEN_DA_SUA_ORGANIZAÇÃO` |

**Body**

Este campo **é uma string.** Basta adicionar a url pública do seu documento (pdf ou docx) de até 10mb. Alternativamente, você pode converter seu arquivo para um base64 e inserir neste parâmetro.&#x20;

```json

{
    "url":  <Adicione_sua_url_ou_base64>
}

```

**Respostas possíveis**

{% tabs %}
{% tab title="200 Sucess" %}

```json
{
    "url": "https://zapsign.s3.amazonaws.com/pdf/62c2b027-d8fc-4392-xas75-f3c46c3cfc7a/d33336-4182-8c8b-ded5287e4c0f.pdf"
}
```

{% endtab %}

{% tab title="402 Payment Required" %}

```json
{
  "error": "Payment Required"
}
```

{% endtab %}
{% endtabs %}

![Endpoint de carimbo de tempo preservando o nome do signer no validador](https://github.com/AmandaAmani/documenta-ocurso/blob/main/timestamp%20no%20signature.gif?raw=true)

{% hint style="info" %}
[Fale com um especialista](https://api.whatsapp.com/send?phone=551140401991\&text=Ol%C3%A1,%20sou%20amanda@zapsign.com.br%20e%20gostaria%20de%20falar%20com%20vendas%20para%20comprar%20Carimbo%20de%20tempo) para adicionar a funcionalidade ao seu plano!
{% endhint %}


---

# 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://docs.zapsign.com.br/carimbo-de-tempo/carimbo-de-tempo-preservando-a-assinatura-original.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.
