# API Documentation

Emovur provides all the necessary APIs to facilitate programmatic requests to our server. This enables seamless integration of your tech stack with us.

Below is a list of available APIs:

<details>

<summary>Send message</summary>

[Create a template](/modules/whatsapp-templates/create-a-template.md)

After taking template approval&#x20;

1. Navigate to the Dashboard -> WhatsApp -> Templates.
2. Click on **"View/Edit Webhook details".**
3. Click on **"Set Webhook details".**
4. Click on **"Edit Webhook details".**
5. Select media type as:
   1. Dynamic - If you want to pass the header media dynamically, use a public URL.
   2. Fixed- If you want to use fixed header media, select the source as either a URL or upload an image, document, or video.
6. Click on **"Submit".**
7. Now you should be able to see the API endpoint and sample payload.

</details>

<details>

<summary>Initiate Broadcast</summary>

[Broadcast Journey](/modules/broadcast/broadcast-journey.md)

After creating a broadcast journey

1. Navigate to the Dashboard -> WhatsApp -> Broadcast -> Broadcast Journey.
2. Click on "**Webhook details**".
3. Now you should be able to see the API endpoint and sample payload.

</details>

We offer 1-on-1 consultations with our developers to assist you in achieving the required integration. Additionally, we provide integration as a service to handle all necessary integrations on your behalf.

&#x20;                                                           [Reach out to us!](https://api.whatsapp.com/send/?phone=917373735479\&text=Hi,%20I%20want%20to%20connect%20with%20the%20developer)


---

# 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://support.emovur.com/developers/api-documentation.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.
