Your API Key

Your key is stored locally. Get one from the developer dashboard.

Getting Started

Start building with the InceNar API in minutes.

Base URL

All API requests should be made to:

https://api.incenar.com/v1

Example cURL

curl https://api.incenar.com/v1/books \
  -H "Authorization: Bearer ink_dev_YOUR_KEY" \
  -G -d "limit=5"