> ## Documentation Index
> Fetch the complete documentation index at: https://docs.veydra.io/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Comprehensive API documentation for Veydra platform

## Welcome to Veydra API

The Veydra API provides comprehensive endpoints for financial modeling, portfolio management, and simulation analysis. Our RESTful API allows you to integrate Veydra's powerful analytics capabilities into your applications.

<Card title="Veydra API Specification" icon="chart-line" href="http://api.veydra.io/v1">
  Base URL: [http://api.veydra.io/v1](http://api.veydra.io/v1)
</Card>

## Key Features

* **Project Management**: Create and manage financial modeling projects
* **Model Operations**: Build and execute sophisticated financial models
* **Simulation Engine**: Run Monte Carlo and scenario-based simulations
* **User Management**: Handle authentication and user permissions
* **Real-time Analytics**: Access live market data and analysis

## Authentication

All API endpoints require authentication using Bearer tokens. Include your API token in the Authorization header:

```bash theme={null}
Authorization: Bearer YOUR_API_TOKEN
```

## Rate Limiting

The API implements rate limiting to ensure fair usage:

* **Standard tier**: 1000 requests per hour
* **Premium tier**: 5000 requests per hour
* **Enterprise tier**: Unlimited requests

## Response Format

All API responses follow a consistent JSON format:

```json theme={null}
{
  "status": "success",
  "data": {...},
  "message": "Operation completed successfully",
  "timestamp": "2024-01-15T10:30:00Z"
}
```
