-
Notifications
You must be signed in to change notification settings - Fork 9
API
Kevin Levitz edited this page Jul 27, 2020
·
2 revisions
Datamonkey's latest API will allow you to submit jobs via a POST request. This request will return a job ID which you can use to track your job's progress.
POST: /api/v1/submit
- Used to submit jobs.
- More info
GET: /api/v1/status
- Used to get the status of a job.
- More info
POST: /api/v1/keyinfo
- Used to get status of an existing API Key
- More info