Getting Started
Start building with the InceNar API in minutes.
1
Create a Developer Account
Sign up for a free developer account. No credit card required to start.
Sign Up2
Get Your API Key
Once logged in, navigate to the API Keys page and create a key. Copy it – you'll only see it once.
Get Key3
Make Your First Request
Use your key to call the Books API and see real data.
View Books APIBase URL
All API requests should be made to:
https://api.incenar.com/v1Example cURL
curl https://api.incenar.com/v1/books \ -H "Authorization: Bearer ink_dev_YOUR_KEY" \ -G -d "limit=5"