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"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"