# 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`


---

# 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://docs.plumvoice.com/fuse/apis.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.
