Skip to Content
APIAPI Reference

redu.cloud API

Create and manage redu.cloud infrastructure programmatically.


Start here


Core resources


Base URL

All API requests go to your redu.cloud instance:

https://api.redu.cloud/v1

Authentication

All endpoints require an API key passed via the x-api-key header.

Generate one at Account → API Keys or via the API keys guide.

Keys can be scoped to specific actions for least privilege, see Scopes and Permissions.

x-api-key: YOUR_API_KEY

Example:

curl https://api.redu.cloud/v1/me \ -H "x-api-key: YOUR_API_KEY"

Conventions

Content type, all requests and responses use JSON.

Content-Type: application/json

Timestamps, ISO 8601 UTC.

2026-02-18T11:02:12Z

Resource IDs, opaque strings, do not parse them.


Health check

curl https://api.redu.cloud/health
{ "status": "ok" }

Next steps

Last updated on