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

# Forecasting API

> Direct access to Synthefy's foundation models for time series forecasting via REST API.

The **Forecasting API** provides direct access to Synthefy's foundation models for time series forecasting through a simple REST interface. Deploy on premises with Docker and make HTTP requests to generate accurate forecasts for your time series data.

By leveraging foundation models optimized for time series, the API delivers production-grade forecasting capabilities that can be integrated into any application or workflow.

## Key Capabilities

<AccordionGroup>
  <Accordion title="Foundation Model Forecasting" icon="brain">
    Access state-of-the-art foundation models specifically trained for time series forecasting, including the Migas-1.0 model for high-accuracy predictions.
  </Accordion>

  <Accordion title="Multi-Sample Support" icon="layers">
    Process multiple time series samples in a single request, enabling batch forecasting and scenario comparison across different data streams.
  </Accordion>

  <Accordion title="Flexible Data Format" icon="database">
    Support for various time series formats with automatic handling of timestamps, values, and metadata columns for comprehensive forecasting scenarios.
  </Accordion>

  <Accordion title="Stream Processing" icon="zap">
    Real-time forecasting capabilities with streaming endpoints for high-throughput applications and real-time decision making.
  </Accordion>
</AccordionGroup>

## Enterprise Features (On Prem)

<AccordionGroup>
  <Accordion title="Secure & Private" icon="shield">
    Deploy forecasting models within your own infrastructure with full data privacy and security controls.
  </Accordion>

  <Accordion title="Scalable Architecture" icon="activity">
    Containerized deployment with GPU support for high-performance forecasting at scale.
  </Accordion>

  <Accordion title="RESTful Integration" icon="plug">
    Standard HTTP APIs for easy integration with existing systems, monitoring tools, and CI/CD pipelines.
  </Accordion>
</AccordionGroup>

## Getting Started

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/forecasting-api/quickstart">
    Learn how to deploy the forecasting API and make your first forecast request in minutes.
  </Card>

  <Card title="Support" icon="life-ring" href="mailto:support@synthefy.com">
    Get help from our support team for custom integrations or enterprise deployment assistance.
  </Card>
</CardGroup>

<Info>
  **Ready to deploy?** Start with our [**Quickstart Guide**](/forecasting-api/quickstart) to get the forecasting API running on premises with Docker.
</Info>
