Endpoints
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
POST /api/v1/timeseries
Request Body
string
required
URL of the page or document to extract time-series data from.
string
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.number
default:"50"
Maximum number of time-series data points to extract. Range: 1–100.
POST /api/v1/timeseries/file
Request Body (multipart/form-data)
file
required
PDF or Markdown file to extract time-series data from.
Response
string
Inferred title or description of the time-series.
array
List of time-series data points, sorted chronologically.
object

