Changes

Jump to: navigation, search

Content ID Generation

224 bytes removed, 13:08, 6 September 2017
no edit summary
'''Content ID''' - это уникальный идентификатор транспортного файла в системе is a unique identifier of a transport file in ACE Streamsystem.
Для получения To receive Content ID нужно отправить you have to send HTTP POST запрос на адрес request to the address <nowiki>http://api.torrentstream.net/upload/raw</nowiki>. В теле запроса необходимо передать содержимое транспортного файла в кодировке In body of the request you have to transfer content of the transport file, base64-encoded. Ответ в формате Respond in JSONformat:* в случае успехаif successful: <tt>{"content_id": "xxxx"}</tt>* если возникла ошибкаif an error is occured: <tt>{"error": "error description"}</tt>
== Пример использования на Example of using on php ==
<tt><nowiki>
<?php

Navigation menu