> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.goanagram.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to Anagram's API

The Anagram API is organized around [**REST**](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts [**form-encoded**](https://en.wikipedia.org/wiki/POST_\(HTTP\)#Use_for_submitting_web_forms) request bodies, returns [**JSON-encoded**](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.

The Anagram API does not have a test mode. The API key you use to [**authenticate**](https://api-docs.anagram.care/api-reference/authentication) requests is live. You can use the Anagram API with a demo payer for testing purposes, which doesn’t affect live data or interact with real insurance companies. You can provision separate API tokens for your development and production environments.

```Base BASE URL theme={null}
https://api.anagram.care
```
