# Componentes práticos de uma requisição

De forma prática, uma API funciona quando sua requisição está montada de forma completa com sua URL, parâmetros, body, header e outros itens.

Após a requisição acontecer, teremos os retornos dados pela API.

{% embed url="<https://youtu.be/6ZvIG1IGeu4>" %}

#### Exemplos práticos

Aqui trazemos exemplos de uma API em funcionamento.

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

{% embed url="<https://youtu.be/u56Gv6pR_lQ>" %}


---

# 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/como-funcionam-as-apis-rest-no-zeev/componentes-praticos-de-uma-requisicao.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.
