For the complete documentation index, see llms.txt. This page is also available as Markdown.

REST API

Base URL

Base URL
https://api.synthdata.co

Authentication

All requests require an API key in the header:

Authorization: Apikey YOUR_API_KEY

Make a Request

curl "https://api.synthdata.co/insights/prediction-percentiles?asset=BTC" \
  -H "Authorization: Apikey YOUR_API_KEY"

Last updated