> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/fuse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/fuse/apis.md).

# APIs

{% hint style="success" %}
**-** **NEW! -  Interactive API docs, now live!**

Visit [api-docs.plumvoice.com](https://api-docs.plumvoice.com) to **read** Plum API documentation, **build and test requests** in our interactive API sandbox, **review** the responses, and **share** it all with your team.
{% endhint %}

## Overview

The Fuse API provides programmatic integration points for the following Plum Fuse features:

* [**Queue Call**](/fuse/apis/outbound-calls/outbound-call.md): Queues a single outbound call.
* [**Bulk Queue Calls**](/fuse/apis/outbound-calls/multiple-outbound-calls.md): Queues outbound calls in batches from a CSV of contacts.
* [**Outbound Call Status**](/fuse/apis/outbound-calls/outbound-call-status.md#checking-status-for-an-outbound-call): Returns the call details for a specific outbound call.
* [**Cancel Calls**](/fuse/apis/outbound-calls/cancelling-outbound-calls.md): Schedules all pending outbound calls to be canceled.
* [**Fetch Calls**](/fuse/apis/logs/fetching-calls.md): Gets a filtered and paged list of calls on your account.
* [**Fetch Call Log**](/fuse/apis/logs/fetching-a-call-log.md): Gets a filtered and paged list of calls on your account.
* [**Fetch All Call Logs**](/fuse/apis/logs/get-call-logs-with-details.md): Gets all calls with details within a given timeframe.

{% hint style="info" %}
[See here for more information about using the Transcription API with Fuse.](https://docs.plumvoice.com/documentation/using-the-plum-voice-suite/how-to-guides/using-plums-transcription-api#fuse)
{% endhint %}

## Base URL

The base URL for all API requests is: `https://fuse.plumvoice.com/api`
