# Getting Started With Talkstack's API

If you need support, reach out to us at [pasquale@talkstack.ai](mail:pasquale@talkstack.ai).

To start, you will need a Project ID and Agent ID that will be provided by Talkstack.

TalkStack provides AI-powered voice assistant capabilities that can be utilized to make automated calls and retrieve call statuses and analysis. This documentation will guide you on how to use the `makeCall` and `getCallStatus` endpoints effectively.

The API endpoints are located at: [ ](< https://microservice-template-732977783289.us-central1.run.app >)<https://api.talkstackai.com/>.


---

# 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.talkstack.ai/getting-started-with-talkstacks-api.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.
