Skip to main content

Base URLs

Revyl provides a unified REST API:
All API endpoints are available through the Backend API at backend.revyl.ai.

Authentication

All API requests require a Bearer token in the Authorization header:
See Authentication for details on creating and managing API keys.

Quick Reference

For end-to-end request examples, see API Quickstart.

Test Execution (Backend API)

Workflow Execution (Backend API)

Workflow Status (Backend API)

Builds (Backend API)

YAML Operations (Backend API)

Monitoring (Backend API)

Response Format

Success Response

Error Response

Status Codes

OpenAPI Specifications

Full OpenAPI specifications are available at:
  • Backend API: https://backend.revyl.ai/openapi.json
These specifications power the interactive playground in this documentation.