🔧 Admin Testing Suite

No Limits • Full Access
OpenBD ✅ | BookTW ✅ | 5 Sources Active

🔬 Admin API Test Interface

Advanced API testing: All sources • Batch processing • Performance analytics • No limits

🔧 Admin Mode - Full Access
🔍 Search Interface
Test single ISBN lookup or batch processing

Quick test with sample ISBNs:

🔧 API Endpoints
Available endpoints for testing

Single ISBN Search

GET /api/books/search?isbn=9780134494166

Batch ISBN Search

POST /api/books/search
Content-Type: application/json
{ "isbns": [ "9780134494166", "9780134685991" ], "scanMethod": "batch_api" }

• First search hits Google Books API (~4-5 seconds)

• Subsequent searches use database cache (~900ms)

• All successful searches are automatically cached

• Credit system integration ready for production