Documentation
Quick start and reference for integrating with BiblioKit products and APIs.
Quick start
- Pick a product page to learn its capabilities.
- Create an API key from your account dashboard.
- Call the API using the examples below.
API example
curl -X GET \
"$BASE_URL/api/status" \
-H "Authorization: Bearer $API_KEY"