Blyxo Developer Portal

Build accessible applications with our powerful REST API. Integrate accessibility scanning into your CI/CD pipeline and automate compliance testing.

Why Use Blyxo API?

Fast & Reliable

Lightning-fast scans with 99.9% uptime SLA. Built on AWS serverless infrastructure.

Enterprise Security

Bcrypt-encrypted API keys, role-based access control, and comprehensive audit logs.

Real-Time Analytics

Track API usage, monitor scan results, and get instant alerts for new issues.

Quick Start

Get started in minutes with our REST API:

Step 1: Generate API Key

Go to Settings → API Keys and create a new API key. Copy it securely - it will only be shown once!

# 2. List your sites
curl -X GET https://api.blyxo.app/api/v1/sites \
  -H "X-API-Key: key_your_api_key"

# 3. Trigger a scan
curl -X POST https://api.blyxo.app/api/v1/sites/SITE_ID/scans \
  -H "X-API-Key: key_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"config": {"rules": ["wcag-aa"]}}'

# 4. Get scan results
curl -X GET https://api.blyxo.app/api/v1/scans/SCAN_ID/report \
  -H "X-API-Key: key_your_api_key"

CI/CD Integrations

Need Help?

Our support team is here to help you integrate Blyxo API into your workflow. Get in touch for personalized assistance.