API usage via http://2276.lnsigo.mipt.ru/

Hello everyone!

Im rookie with using API. What should I do use your API on Python via http://2276.lnsigo.mipt.ru/ ?

Hi
There are plenty of libraries in Python which provide HTTP POST request functionality. Few examples are requests (https://requests.kennethreitz.org/en/master/user/quickstart/) and aiohttp (https://aiohttp.readthedocs.io/en/stable/client_quickstart.html)
Also you can use curl (https://curl.haxx.se/docs/manual.html) in order to perform requests without using python.
URLs and payloads examples are provided on info page, which will be available after login.

Thank you for answer. It becomes more clear but…
Firstly, i dunno how to rise API. !python -m deeppavlov riseapi squad_ru_rubert_infer.json -d I tried this but its not working. Maybe cause i dont know what should i type for my port settings. Problem in port right?

@Gwynny, I think that the problem is in squad_ru_rubert_infer.json. You can use a full path to a configuration file or a name without an extension of a configuration file from DeepPavlov. So it would look something like
python -m deeppavlov riseapi squad_ru_rubert_infer -d