Page cover image

Getting Started

The Anunzi REST API provides endpoints for Anunzi data types that allow you to interact with your AI call models remotely by sending and receiving JSON.

Authentication

Authentication to the Anunzi API is performed via HTTP Bearer Authentication. Provide your API Key in the Authorization request header using the Bearer authentication scheme.

Example

curl -H "Authorization: Bearer API_KEY" https://api.anunzi.net/v2/...  

Última actualización

¿Te fue útil?