Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.rapidcron.com/llms.txt

Use this file to discover all available pages before exploring further.

If your language has a Rapidcron SDK, we recommend using it to interact with the API over making HTTP requests directly.

Authentication

Authentication to the API is done with an API key. You can view and manage your API keys here. All requests must be made over HTTPS and must be authenticated.
curl https://rapidcron.com/api/v1 \
  -H "Authorization: Bearer <API_KEY>"

Errors

Rapidcron uses HTTP response codes to indicate the success or failure of an API request. Read about HTTP status codes here.