> For the complete documentation index, see [llms.txt](https://swaphix.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swaphix.gitbook.io/docs/swaphix-api.md).

# Swaphix API

{% tabs %}
{% tab title="Production" %}
**Base URL** `https://api.swaphix.com/api`
{% endtab %}
{% endtabs %}

#### Como empezar

{% stepper %}
{% step %}
**1. Obtener API Key**

Llama al endpoint `POST /business/api-key/` con las credenciales de administrador.
{% endstep %}

{% step %}
**2. Usa tu API Key**

Incluye tu API Key en el header:

```
Api-Key: <uuid>:<api_key>
```

{% endstep %}
{% endstepper %}
