Cronku API Docs

Gunakan Bearer Token dari halaman Account.

Authentication

Authorization: Bearer YOUR_API_TOKEN

GET /api/jobs

List jobs

POST /api/jobs

Create job

GET /api/jobs/{id}

Detail job

DELETE /api/jobs/{id}

Delete job

POST /api/jobs/{id}/run

Run now

Create job example

{
  "name":"Ping API",
  "url":"https://example.com/ping",
  "method":"GET",
  "interval_minutes":5,
  "timeout_seconds":20
}

Rate limit API: 60 request/menit.