---
title: "Make temporal predictions"
method: POST
path: "/temporal/predict"
tags: ["Temporal"]
---

# Make temporal predictions

`POST /temporal/predict`

## Request body

- PredictionRequest
  - `data` string, required — Time series data
  - `horizon` string, required — Prediction horizon

## Response `200`

Prediction successful

- PredictionResponse
  - `predictions` number[], required — Predicted values

---

[API](https://skmtc.dev/agenticsorg/apis/agentics-api.md) · [All operations](https://skmtc.dev/agenticsorg/apis/agentics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenticsorg/agentics-api/revisions/5265e6077bea/schema)
