Algorithm Management APIs
algorithms
List and modify Algorithms on Algorithmia
{username}
{algoname}
GETGet Algorithm
https://api.algorithmia.com/v1/algorithms/:username/:algoname
HEADERS
Authorization
PATH VARIABLES
username
algoname
Example Request
Get Response
200 OK
Example Response
Content-Type
PUTUpdate Algorithm
https://api.algorithmia.com/v1/algorithms/:username/:algoname
HEADERS
Authorization
Content-Type
PATH VARIABLES
username
algoname
Bodyraw
Example Request
Error response for all non-200 response
403 Forbidden
Example Response
Content-Type
POSTPublish Algorithm
https://api.algorithmia.com/v1/algorithms/:username/:algoname/versions
HEADERS
Authorization
Content-Type
PATH VARIABLES
username
algoname
Bodyraw
Example Request
Error response for all non-200 response
401 Unauthorized
Example Response
Content-Type