In order to use one of our pre-trained models, you need to add them to your account.
You can check out Available Models page to see if an existing models fits your needs.
Adding a model to an account is done through v1/models/traineds/{id} endpoint.
Your account has a limit for number of models in an account. Please see account details.
requests.post('https://api.kimola.com/cognitive/v1/models/traineds/{0}'.format(model_id_here))
You can always drop a model if you don't need it. Please see Dropping a Model page for further information.
You can test your model now!