Skip to main content
Version: 1.0

heycreo Workspace API

The heycreo Workspace API gives your organization programmatic access to the full content production workflow — from designing and exporting to publishing and approval.

Authentication All endpoints require a Bearer token obtained via POST /auth/login. Include it in every request:

Authorization: Bearer <token>

Base URL

https://app.heycreo.io/api

Organization scope Every resource is scoped to an organization. The organizationId path parameter is the organization slug (e.g. my-company), not the UUID.

Rate limiting Requests are rate-limited per API key. The current limits are returned in the response headers:

  • X-RateLimit-Limit — requests allowed per window
  • X-RateLimit-Remaining — requests left in the current window
  • X-RateLimit-Reset — UNIX timestamp when the window resets

Support support@heycreo.io · heycreo.io

Authentication

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT