# API&#x20;

Although you can use Ddosify Cloud Web UI to create and analyze load tests, we support API integration to let you automate your tasks.

In this documentation, we'll provide detailed descriptions of each API endpoint, along with example requests and responses. We'll also include code samples in several programming languages to help you start quickly.

Additionally, we have a [public Postman collection](https://www.postman.com/ddosify/workspace/ddosify-public/overview) that you can use to quickly and easily test out our API endpoints. The collection includes requests and responses for each API endpoint, so you can see how the API works and test out different parameters and inputs.

* [Load Testing API](/ddosify/api/load-testing-api.md)

### Get Your API Key

You'll need your secret API Key to successfully send requests to the Ddosify endpoints. To get your API Key, go to your [Account Settings](https://app.ddosify.com/account-settings) page. Then copy your API Key.

{% hint style="warning" %}
&#x20;It is your responsibility to store your API Key safely.
{% endhint %}

<figure><img src="/files/Y09toinbvxNwMkqJ8X6Q" alt=""><figcaption><p>Ddosify Cloud Account Settings</p></figcaption></figure>


---

# 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.ddosify.com/ddosify/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.
