---
title: "Timeseries (URL)"
method: POST
path: "/timeseries"
tags: ["Intelligence"]
---

# Timeseries (URL)

`POST /timeseries`

Extract time-series data from a URL. Returns timestamped events or facts organized chronologically.

## Request body

- object
  - `url` string, uri, required — URL of the page or document to extract time-series data from.

## Response `200`

OK

- object
  - `title` string
  - `dataPoints` object[]
    - `timestamp` string — Format: YYYY, YYYY-MM, or YYYY-MM-DD
    - `label` string
  - `meta` object
    - `total` integer
    - `executionTimeMs` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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