API Development
Integrate Lycan Security into your CI/CD pipeline, automate scans, and build custom security workflows
Quick Start
Create an API key below and start scanning in minutes. All endpoints use Bearer token authentication.
API Documentation
Full REST API documentation with code examples in Python, Node.js, and cURL available in our docs.
Rate Limits
Free: 10 scans/day | Pro: 100 scans/day | Pro+: Unlimited scans with priority queue
API Keys
Gestiona tus claves de acceso programático
Crear Nueva API Key
Límite: 10 claves activas por cuenta. Permisos por defecto: read:scan, write:scan, read:reports
Claves Activas (0/10)
Cargando...
Documentación Rápida
Autenticación:
Authorization: Bearer ly_live_xxxxxxxxxx
Ejemplo cURL:
curl -X POST https://api.lycan-security.com/scan \
-H "Authorization: Bearer ly_live_xxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"target": "https://example.com"}'
-H "Authorization: Bearer ly_live_xxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"target": "https://example.com"}'
Endpoints disponibles:
- •
POST /scan- Iniciar nuevo escaneo - •
GET /scan/:id- Obtener resultado de escaneo - •
GET /scans- Listar todos los escaneos