Skip to content
Kevin Levitz edited this page Jul 27, 2020 · 2 revisions

datamonkey_logo

Datamonkey API

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.

Available API Calls

POST: /api/v1/submit

GET: /api/v1/status

POST: /api/v1/keyinfo

  • Used to get status of an existing API Key
  • More info
Clone this wiki locally