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

# Introduction

## Welcome

Welcome to the API Documentation for **Riona API**.

Our platform provides a wide range of APIs covering Accounts, Web Data, Search Engines, Social Media, and AI-powered services. These APIs are designed to give developers, data analysts, marketers, and businesses the ability to programmatically access real-time data, run social analysis, integrate with social platforms, and leverage AI insights—all through a single unified interface.

With support for over 140+ API endpoints and adding new endpoints continiously, you can retrieve data from Google (SERP, Images, News, Maps, Reviews, Shopping, etc.), social platforms (YouTube, TikTok, Instagram, Twitter/X, Facebook, Telegram), scrape web pages, and use AI to generate advanced insights.

Our APIs are:

* REST-based and return JSON-formatted responses.
* Designed with scalability, supporting high-volume requests.
* Secured with Bearer Token authentication.
* Easy to integrate into applications, dashboards, and automation workflows.

## Authentication

To ensure secure access, our API requires two mandatory authentication methods for every request:

1. Bearer Token (Header).

Each request must include an Authorization header with your Bearer token.

Example:

```
Authorization: Bearer YOUR_ACCESS_TOKEN
```

2. API Key (Query Parameter)

Each request must also include an api\_key parameter in the query string to identify your account.

Example:

```
https://riona.ai/api/1.1/wf/universal-profile-url/account/details?api_key=YOUR_API_KEY

```

Both the Bearer token and the API Key are required for a request to be authenticated successfully.
If either is missing, the request will be rejected with an authentication error.

## Get Auth Token & API Key

You can generate and manage your bearer token and API keys directly from the Dashboard:

<Steps>
  <Step title="Login">
    First, [log in](https://riona.ai/) to your Riona account.
  </Step>

  <Step title="Dashboard">
    Go to your dashboard.
  </Step>

  <Step title="API Key Page">
    Navigate to the API Key section in your Dashboard.
  </Step>

  <Step title="Generate Keys">
    Click Generate bearer token and API Key and Copy and securely store the key—do not share it publicly.
  </Step>
</Steps>
