# Welcome!

## API Bundles&#x20;

{% tabs %}
{% tab title="Verification" %}
Run automated KYC/ KYB processes with the following verifications: business registration, Identity number, bank account, phone number and many more.

{% content-ref url="/pages/Z0f8g1FqIuGMwUTzsUsT" %}
[Verification APIs](/akiba-api-docs/api-documentation/verification-apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/VxgGzQFKKYOCjouvNNDW" %}
[Bank Accounts](/akiba-api-docs/api-documentation/bank-accounts.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Risk Analysis" %}
Aggregate bank transaction history feed or analyse bank statements and get affordability, liquidity and risk assessments. Enhance decisions with financial analysis and health forecasts.

{% content-ref url="/pages/XbEd3WHpqNp4fE3qFkEI" %}
[Risk scoring](/akiba-api-docs/api-documentation/risk-analysis/risk-scoring.md)
{% endcontent-ref %}

{% content-ref url="/pages/L6TFIjT7dt8tVDsHWeH1" %}
[Insights](/akiba-api-docs/api-documentation/risk-analysis/insights.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}

## Get started with our API

Here you'll find all the documentation you need to get up and running with the Akiba APIs

1. First and foremost, we hope you've received your API keys to access your sandbox account. If not reach out to our team on [enterprise@akibadigital.com](mailto:enterprse@akibadigital.com)
2. With your sandbox API keys, you can jump straight [here](/akiba-api-docs/getting-started/make-your-first-api-call.md) to set up your APIs
3. If you'd like some inspiration of how you can use our APIs, read some of our [use cases](broken://pages/r77G56PYUV13VLQhPmeA)

### What to expect

{% hint style="info" %}
**Before you proceed:** To get value, make sure you've requested a sandbox access to our APIs from our team before playing around with our APIs.&#x20;
{% endhint %}

### API Environments

You can run our API in either sandbox or live production environments. Sandbox allows you to test the API without affecting live customer data or interacting with customer data. Production environment allows you to score and analyse real customer data and is subject to our pricing.

| ENVIRONMENT    | DESCRIPTION                                  | URL                                             |
| -------------- | -------------------------------------------- | ----------------------------------------------- |
| **Sandbox**    | Use this environment to test your connection | <https://api.akibaone.com/apps/developer/login> |
| **Production** | Use this environment for production          | <https://api.akibaone.com/apps/developer/login> |

## Want to deep dive?

Feeling like an eager beaver? Jump in to our product guideline to see what APIs to expect&#x20;

{% content-ref url="/pages/ndyQhydkkbF2gHfy3A1l" %}
[Product Guideline](/akiba-api-docs/products/product-guideline.md)
{% endcontent-ref %}

## Want to jump right in?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:


---

# Agent Instructions: 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:

```
GET https://akiba-digital.gitbook.io/akiba-api-docs/getting-started/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
