# Introdução

A API do unico | people utiliza uma arquitetura em REST e comunicação padrão em JSON. É possível encontrar mais detalhes, nos links a seguir, sobre os temas: [<mark style="color:blue;">REST</mark>](https://pt.wikipedia.org/wiki/REST) e [<mark style="color:blue;">JSON</mark>](https://pt.wikipedia.org/wiki/JSON).

O primeiro passo é adquirir uma conta de serviço e se autenticar, detalhado no tópico <mark style="color:blue;">**Autenticação**</mark>.

Para criação de Posição, exportação em formato JSON ou alteração de Status de Posição, acesse <mark style="color:blue;">**aqui**</mark>.

Caso esteja buscando chamadas de criar ou listar Cargos, ou Departamentos acesse <mark style="color:blue;">**os links**</mark>.

{% hint style="info" %}
Caso esteja buscando as chamadas de Exportação de Posição em arquivo (csv, txt, xml...), ou a listagem completa de campos e documentos, veja a seção UNICO PEOPLE V2.
{% 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://devcenter.unico.io/unico-people/introducao.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.
