# Introduction

Thank you for choosing Webcom Mobi API. This API allows you to work with all the main features of Webcom Mobi, so you can quickly establish interaction with our service.

### Authorization

For all subsequent examples to work correctly, you will need a login and password or authorization token to access the Webcom Mobi API. To obtain an authorization token, contact the account manager assigned to your account.

### Supported Send Types:

* SMS message
* Viber message
* Voice message
* Sending codes by voice (VoiceCode)
* FlashСall
* HLR
* Cascading shipment Viber + SMS
* Cascading shipment FlashCall + SMS

**Requests should be sent in UTF-8 encoding.**\
\
You should not use URLs longer than 2,000 characters. But this parameter depends on many factors and [can vary up or down](https://github.com/dreikanter/paradigm.ru/blob/master/posts/2007-12-19_url-max-length.md). The same requests can be sent no more than once every 1 minute. In case of an error will return:

```
error: Attempting to send more than one identical request within a minute
```

### Options for interaction with API

You can work with our API in JSON, XML and HTTP GET format.

{% content-ref url="/pages/vUa53ZnwqWxGFeSE8Ayd" %}
[JSON specification](/en/sposoby-vzaimodeistviya-s-a2p-platformoi/json-specification.md)
{% endcontent-ref %}

{% content-ref url="/pages/7X11zgROT93do7IKDhzw" %}
[HTTP GET specification](/en/sposoby-vzaimodeistviya-s-a2p-platformoi/http-get-specification.md)
{% endcontent-ref %}

{% content-ref url="/pages/BN38g7uhHYnj9McnKSJy" %}
[XML specification](/en/sposoby-vzaimodeistviya-s-a2p-platformoi/xml-specification.md)
{% endcontent-ref %}


---

# 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.webcom.mobi/en/introduction.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.
