Complete API documentation for integrating Viseyyon products.
https://api.viseyyon.com/v1
All API requests require authentication using an API key. Include your API key in the Authorization header.
Submit logs, crash dumps, or error data for AI-powered analysis.
/analyze
| Parameter | Type | Description |
|---|---|---|
data
required
|
string | The log data, crash dump, or error message to analyze |
type |
string | Type of data: "log", "crash_dump", "kernel_panic", "build_error" |
project_id |
string | Project identifier for context-aware analysis |
agents |
array | Specific LLM agents to use (default: all 5) |
API rate limits vary by plan. Rate limit information is included in response headers.
The API uses standard HTTP status codes and returns detailed error messages.