> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/zeev/apis/como-utilizar-as-apis-do-zeev.md).

# Como utilizar as API's do Zeev

No vídeo abaixo há uma demonstração simples sobre o uso de APIs internas no Zeev e, após o vídeo, uma lista de assuntos relevantes para a utilização das APIs no Zeev.

{% embed url="<https://youtu.be/S9r-CoPBHxY>" %}

{% content-ref url="/pages/-MDoYWY936A6N\_8LykKs" %}
[Como autenticar nas APIs do Zeev](/zeev/apis/como-utilizar-as-apis-do-zeev/como-gerar-tokens-para-autenticar-nas-apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MFDn1ad05tpd5xyZ2oi" %}
[Como personificar outras pessoas nos consumos de APIs](/zeev/apis/como-utilizar-as-apis-do-zeev/como-personificar-outros-usuarios-nos-consumos-de-apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/K7lvcqwe2bLIkfnE54MI" %}
[Como controlar o volume máximo de requisições à APIs](/zeev/apis/como-utilizar-as-apis-do-zeev/como-controlar-o-volume-maximo-de-requisicoes-a-apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/HLDjSzrLhPLXEokGidm5" %}
[Como acessar o Swagger / OpenAPI](/zeev/apis/como-utilizar-as-apis-do-zeev/como-acessar-o-swagger-openapi.md)
{% endcontent-ref %}

{% content-ref url="/pages/TgZymZPY6RY3BTBd0OgO" %}
[Como testar o funcionamento de API's](/zeev/apis/como-utilizar-as-apis-do-zeev/como-testar-o-funcionamento-de-apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/rvr54JEcY5LotkpJocYq" %}
[Como verificar e tratar erros e códigos de erros comuns no consumo de API's](/zeev/apis/como-utilizar-as-apis-do-zeev/como-verificar-e-tratar-erros-e-codigos-de-erros-comuns-no-consumo-de-apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/EKZuBFNcW0L0q0KyHswp" %}
[Como realizar filtros e manipulações adicionais nas API's com oData](/zeev/apis/como-utilizar-as-apis-do-zeev/como-realizar-filtros-e-manipulacoes-adicionais-nas-apis-com-odata.md)
{% endcontent-ref %}


---

# 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://kb.stoque.com.br/zeev/apis/como-utilizar-as-apis-do-zeev.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.
