Documentation

Quick start and reference for integrating with BiblioKit products and APIs.

Quick start

  1. Pick a product page to learn its capabilities.
  2. Create an API key from your account dashboard.
  3. Call the API using the examples below.

API example

curl -X GET \
  "$BASE_URL/api/status" \
  -H "Authorization: Bearer $API_KEY"

Ahrefs API example

curl --request GET \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --url "https://api.ahrefs.com/v3/site-explorer/domain-rating?date=2026-03-05&target=bibliokit.com%2F"

Resources