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

# API

> Learn how to use the BeyondWords API

# Overview

The BeyondWords API is a RESTful API that provides headless access to the entire platform. It has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

## Base URL

The base URL for the API is: `https://api.beyondwords.io/v1/`

## Authentication

To access the API endpoints, you will need a Project ID and API Key. To obtain these, you will need to [create a project](/docs-and-guides/administration/projects#create-a-project) and go to **Project > Settings > Integrations > API**.

## Core Resources

The API provides access to several resources. The primary ones include:

### Projects

This object represents your project and its settings. You can list, create, retrieve, update and delete projects.

[Learn more about Projects](/api-reference/projects/list)

### Content

This object represents your generated content and its associated metadata. You can list, create, retrieve, update and delete content.

[Learn more about Content](/api-reference/content/overview)

### Player

You can use the API to retrieve audio and player configurations. The Player endpoints allow you to fetch player data using different identifiers such as:

* Content ID
* Source ID
* Source URL
* Playlist ID
* Multiple identifiers

[Learn more about Player](/api-reference/player/show)

### Analytics

You can use the API to retrieve analytics for an organization, project, content item, or ad. You can retrieve data for a specific time period and aggregate by year, month, week, day, or hour. You can also filter the data based on specific metrics.

[Learn more about Analytics](/api-reference/analytics/organization-analytics)

## Additional Resources

For complete API documentation, please refer to our [API Reference](/api-reference/overview).
