PubQ API

Quickstart

Set up your environment and make your first call to PubQ

curl -X POST \
  https://data.pubq.se/v1/companies \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"time": "+1s"}'

Accelerate Your Development