Kern API Docs

Integrate in minutes: issue a developer key, dispatch tasks, and verify audit-ready evidence from hashes and signatures.

1) Sign up and get your key

POST /dev/signup

Returns your developer API key with free credits.

2) Validate API availability

GET /health

Use for readiness checks before task dispatch.

3) Dispatch task

POST /v1/tasks

Create a real-world task with location and instructions.

4) Verify audit evidence

GET /dev/audit

Inspect evidence hashes and webhook signature fields.

Core endpoints

  • GET /healthservice status
  • POST /dev/signupissue API key + free credits
  • GET /dev/usageusage details (requires X-API-Key)
  • GET /dev/auditaudit proof fields (requires X-API-Key)
  • /v1/tasks*task APIs (requires X-API-Key)
  • /v1/webhooks/endpoints*webhook endpoints APIs (requires X-API-Key)