Skip to main content

API Reference

The Creatorlayer API follows REST conventions over HTTPS.
Base URL: https://api.creatorlayer.eu

Endpoints

MethodPathDescription
POST/api/v1/verificationsCreate a new verification (returns Risk Tape)
GET/api/v1/benchmarks/{verificationId}Get peer-group benchmarks
POST/api/v1/consent-sessionsCreate a consent session
GET/api/v1/consent-sessionsCheck consent session status
GET/api/v1/gdpr/accessGDPR data access
POST/api/v1/gdpr/eraseGDPR data erasure
GET/api/v1/gdpr/exportGDPR data export
GET/monitor/errorsRecent API errors
GET/monitor/latencyAPI latency stats
GET/monitor/completionCompletion rates
GET/monitor/data_qualityData quality scores
GET/healthHealth check

Authentication

All endpoints require a Bearer token in the Authorization header.
See Authentication for details.

Rate limiting

Requests are rate-limited. When you hit the limit, you receive 429 Too Many Requests with a Retry-After header indicating how long to wait.

Idempotency

POST /api/v1/verifications requires an Idempotency-Key header (UUID). Sending the same key twice returns the same result without creating a duplicate.