# Comece aqui

## Sobre esta API

Está API foi desenvolvida sobre a especificação OpenAPI seguindo os padrões deste tipo de especificação em sua arquitetura. É possível acessa-lá através do Swagger no link abaixo:

{% embed url="<https://apim.niiw.io>" %}
\\<https://apim.niiw.io>
{% endembed %}

***

## URL base

A URL base das requisições nessa API será a URL dada abaixo:&#x20;

```url
https://apim.niiw.io
```

{% hint style="info" %}
**Dica:** O parâmetro **URL Base** é obrigatório para todas as requisições feitas nesta API.
{% endhint %}

## API Reference&#x20;

Nesta documentação, dividimos em quatro grupo de endpoints conforme a disposição abaixo.&#x20;

{% content-ref url="api-reference/info" %}
[info](https://developer.niiw.io/api-reference/info)
{% endcontent-ref %}

{% content-ref url="api-reference/autenticacao" %}
[autenticacao](https://developer.niiw.io/api-reference/autenticacao)
{% endcontent-ref %}

{% content-ref url="api-reference/produto" %}
[produto](https://developer.niiw.io/api-reference/produto)
{% endcontent-ref %}

{% content-ref url="api-reference/nota-fiscal" %}
[nota-fiscal](https://developer.niiw.io/api-reference/nota-fiscal)
{% endcontent-ref %}


---

# 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://developer.niiw.io/comece-aqui.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.
