Alphacast
Introduction
The Alphacast API allows to programmatically create repository, datasets and upload & download data from each dataset. Permissions are verified in each action, so every request is authenticated.
Authentication
The API currently works with Basic Authentication, using an api_key as username, and leaving the password empty. api_keys are provided in the settings section in the Alphacast website.
Error Codes
The API would responde error code such as 404, 401 following the HTTP spec for different scenarios. Data download may also responde with 302 redirect urls, indicating where the data is allocated for fastest download.
Rate limit
The API currently limits files to 50MB.
AUTHORIZATIONBasic Auth
Username
GETGet Repositories
{{host}}/repositories
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionAlphacast
GETGet Datasets
{{host}}/datasets
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionAlphacast
POSTPost Repository
{{host}}/repositories
AUTHORIZATIONBasic Auth
This request is using Basic Auth from collectionAlphacast
Bodyraw (json)
Loading