AlchemyML API V1.2.3

  • API Reference
  • Authentication
  • Status Codes

    No results found 

    API Reference


    The AlchemyML API allows you to use the functions that usually run on the AlchemyML website on your own website or application.

    This is the API reference that will allow you to identify the different resources in which the API is organised and which you can retrieve, and it also supports methods to insert, update or delete many of these resources.

    Each resource type has one or more data representations and one or more methods.

    Datasets


    Experiments


    Projects


    Manual Operations


    Post Modeling Operations


    Authentication


    Sign-up


    Indispensable to make use of the API.

    This will give you access to AlchemyML's functionalities, experimenting in just a few lines of code the automation of data lifecycle.

    At this moment, we have language bindings in Python but we are working to introduce requests to our API in any other programming languages. You can view AlchemyML API code in the dark area to the right.

    For any doubt or further information, please feel free to consult us.

    Get your token (access key)


    This call returns the necessary token to be used from now on for the API requests. To be able to make use of the API before all it is necessary to sign-up.

    This information is available also in the user profile under the section Account settings
    username
    string
    Required

    password
    string
    Required

    Token
    string

    The access key in string format.


    Requests status codes


    HTTP Code Note
    200 OK - indicates that the request has been successful.
    400 Bad Request - Your request is invalid or expired. Please request a new one.
    401 Unauthorized - Your API key is wrong.
    403 Forbidden – Requested resource is available for registered users.
    404 Not Found - The specified resource could not be found.
    405 Method Not Allowed – Invalid method used. Check documentation.
    406 Not Acceptable – Input resource format not valid. Check documentation.
    500 Internal Server Error - We had a problem with our server. Try again later.
    503 Service Unavailable - We're temporarily offline for maintenance. Please try again later.