Your API Key

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

SDKs & Libraries

Official SDKs for popular languages are coming soon. In the meantime, you can use any HTTP client to interact with the InceNar REST API.

JavaScript / TypeScript

Full-featured SDK with TypeScript definitions. Works in Node.js and modern browsers.

Coming Q2 2026

Python

Sync and async support, with built‑in rate limit handling and pagination helpers.

Coming Q2 2026

PHP

Simple, PSR‑7 compatible client for Laravel, Symfony, and vanilla PHP.

Coming Q3 2026

Ruby

Idiomatic Ruby gem with Faraday adapter and Rails integration.

Coming Q3 2026

Using cURL

All endpoints are accessible via standard HTTP. Here's a quick example:

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