> For the complete documentation index, see [llms.txt](https://developer.erudus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.erudus.com/getting-started/quickstart.md).

# Introduction

You can use the Erudus API to:

* Access product data for any product in the Erudus data pool
* Manage Wholesaler catlogs of products linked to Erudus specifications
* Create, update and manage products held in the system (manufacturers only)

…and more all via simple REST calls.

### Accessing the API

You’ll need an Erudus account to start using the API. If you don’t already have an account with API access enable, please get in touch at[ erudus.com](https://erudus.com).

Once you have an account with API access enabled you are able to create [API tokens](/getting-started/quickstart-1.md) and start using the API.

{% hint style="info" %}
**By using the API you agree to be bound by the** [**Erudus API Terms of use**](/api-terms-of-use.md)**.**&#x20;
{% endhint %}

### API Endpoint

The Erudus API can be accessed using the `api.erudus.com` hostname:

```bash
curl https://api.erudus.com/v2

```

A [sandbox environment](/getting-started/testing-with-sandbox.md) is also available for testing integrations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.erudus.com/getting-started/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
