# CALL APIS

- [Calls](https://apidocs.api19.com/call-apis/calls.md): Send and receive calls using RESTFUL connections
- [Set Incoming URL](https://apidocs.api19.com/call-apis/set-incoming-url.md): Set the URL for incoming calls
- [Incoming Calls](https://apidocs.api19.com/call-apis/incoming-calls.md)
- [Listing Calls](https://apidocs.api19.com/call-apis/listing-calls.md): Listing and Searching Call History
- [Making Calls](https://apidocs.api19.com/call-apis/making-calls.md)
- [Example Code](https://apidocs.api19.com/call-apis/making-calls/example-code.md)
- [Outbound to Tel#](https://apidocs.api19.com/call-apis/making-calls/example-code/outbound-to-tel.md)
- [Outbound to SIP Device](https://apidocs.api19.com/call-apis/making-calls/example-code/outbound-to-sip-device.md)
- [Example Responses](https://apidocs.api19.com/call-apis/making-calls/example-code/example-responses.md): Responses are sent in JSON or XML forward, depending on your request type
- [Modifying Live Calls](https://apidocs.api19.com/call-apis/modifying-live-calls.md): Real time call modification allows you to interrupt an in-progress call and terminate it or have it begin processing RCML from a new URL. This is useful for any application where use async.
- [Examples](https://apidocs.api19.com/call-apis/modifying-live-calls/examples.md)
- [Recordings](https://apidocs.api19.com/call-apis/recordings.md): Recordings are created when you use the  verb. Recordings are hosted with callapi for you to retrieve. The Recordings list resource represents the set of an account’s recordings.
- [Get List of Recordings](https://apidocs.api19.com/call-apis/recordings/get-list-of-recordings.md): HTTP GET or POST. The query string parameters allow you to limit the list returned. Note: parameters are case-sensitive
- [Delete a Recording](https://apidocs.api19.com/call-apis/recordings/delete-a-recording.md): Delete an existing recording


---

# 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://apidocs.api19.com/call-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.
