# Export APIs

### All APIs

Use these **Export APIs** to push survey and user response data from Blitzllama to your system.

1. GET / Export the list of all surveys
2. GET / Export response data from a survey
3. GET / Export response data from a survey for a particular group\_id by adding "?group\_id=\<g-id>".
4. GET / Export survey actiivty data from a survey&#x20;

Use this **Import API** to manage user cohort data into Blitzllama.

1. POST / Create cohorts and and update users in a cohort<br>

The API documentation can be found in this  [**Swagger Link**](https://app.swaggerhub.com/apis/blzswagger/export-survey_api)**.**

### Authentication

**Required Credentials**

1. You can find the required credentials to connect to Blitzllama inside the **Connections** tab on Blitzllama dashboard.

#### **Set up the integration**

Go to connections tab in your Blitzllama account. Select  Export API and then click **Enable**.&#x20;

1. Copy Blitzllama API Key and use it as Authori**s**ation header **\[x-api-key]**  for the api requests.
2. The base URL for the request would be '<https://api.blitzllama.com/api/v1'.&#x20>;

In case you are stuck at any of the above steps, please don't hesitate to email us at <tech@blitzllama.com> or hit us up on the support chat.


---

# 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://documentation.blitzllama.com/connections-destinations/export-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.
