🚀 Interactive API Testing

API Playground

Test VibeGuard's REST API endpoints directly from your browser. No setup required.

RESTful
JSON API
OpenAPI
3.0 Spec
Rate Limits
1000/hour

🔧 Request Builder

POST
https://api.vibeguard.co/api/v1/scans

💡 Get your API key from the Dashboard

📋 Response

📡

No response yet. Execute a request to see the response here.

📋 cURL Command

curl -X POST "https://api.vibeguard.co/api/v1/scans" 

📚 API Reference

Quick reference for common API operations

🔐 Authentication

All API requests require a valid API key in the Authorization header.

Authorization: Bearer your_api_key_here

📊 Rate Limits

  • Free: 100 requests/hour
  • Indie: 500 requests/hour
  • Team: 1,000 requests/hour
  • Enterprise: 10,000 requests/hour

🚨 Error Handling

API errors include structured error responses with details.

{ "error": "validation_failed", "message": "Invalid request format", "details": [...] }