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

# Overview

> Overview page to integrating Embedded Finance APIs

To enable you access the full Embedded Finance API services, a staging environment has been created for you.

## Base URL

The base URL for all API requests on the staging environment is:

```
https://api-dev-embedded.embedly.ng/embedded/api/v1
```

While the base URL for all API requests on the production environment is:

```
To be communicated at a later time
```

## Authentication

<Info>
  The APIs on the staging environment are currently open and do not require an
  API key for authentication. However, they are subject to change with prior
  notice.
</Info>

You must include your API key as a header in all requests made on the platform.

**Headers**

```https theme={null}
x-api-key {{API-KEY}}
```
