Orkera API Documentation ======================== Simple REST API for scheduled tasks with webhook notifications. .. toctree:: :maxdepth: 2 :caption: Contents: authentication tasks Overview ======== Orkera stores your task details and sends webhook notifications at specified times. Your application receives these webhooks and performs the actual task execution. Base URL -------- All API endpoints are available at: ``https://api.orkera.com`` Quick Start ----------- 1. `Sign in to your account `_ to obtain an API key 2. Include the API key in the Authorization header: ``Authorization: Api-Key YOUR_API_KEY`` 3. Make requests to the desired endpoints