Importation de flux à partir de CSV 2022-07-26

Overview

The Import Feeds call is used to import data to a channel from a CSV file. The imported CSV file must be in the correct format.

API URL

https://api.ubibot.com/update.csv?parameters

HTTP METHOD

POST

URL Parameters

NameTypeRequiredDescription
api_key or token_idStringRequiredSpecify the write key of the channel or token_id obtained after login.
feedsFileRequiredA CSV file containing the new feed data. The file must be shorter than 5,000 lines and the maximum file size is 10MB.

Response

An HTTP code of 200 is responded for each successful data requests. Body contains a JSON object with the success message.

Error: See the separate list of error codes for more details