Intelligence APIs
Timeseries
Extract time-series data from a given URL or file.
POST
Extract time-series data from a URL or uploaded file (PDF, Markdown). Returns a list of timestamped events or facts, organized chronologically.
Endpoints
| Method | Path | Input |
|---|---|---|
POST | /api/v1/timeseries | JSON body with url |
POST | /api/v1/timeseries/file | multipart/form-data with file |
POST /api/v1/timeseries
Request Body
URL of the page or document to extract time-series data from.
Language for the extracted data point labels (e.g.
english, korean). Timestamps remain in ISO formats (YYYY, YYYY-MM, YYYY-MM-DD). Defaults to English.Maximum number of time-series data points to extract. Range: 1–100.
POST /api/v1/timeseries/file
Request Body (multipart/form-data)
PDF or Markdown file to extract time-series data from.
Response
Inferred title or description of the time-series.
List of time-series data points, sorted chronologically.

