JetML Public API
Welcome to the JetML public api. You're in the right place to learn how to integrate the latest machine learning tools into your products and services. This api allows you to easily control core JetML features including creating, running, and managing workflows.
Step 1
Create an api key from JetML dashboard. Assign permission role for workspace to viewer, editor, or owner. You must have admin access to the JetML account.
Step 2
Use your api key to access endpoints mentioned in this api documentation. You can also use your api key to automate workflows using tools like Zapier.
AUTHORIZATIONBearer Token
Token
accounts
Access resources within your JetML accounts.
AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionJetML Public API
GETget accounts
https://api.endpoint.jetml.com/accounts
Get an object containing all of the accounts the provided api key has access to.
Allowed Permission Role(s): viewer, editor, owner
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionJetML Public API
HEADERS
Authorization
Example Request
get accounts
200 OK
Example Response
Date
Content-Type
Content-Length
Connection
Contenttype
Apigw-Requestid
workflows
AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionJetML Public API