📚 Google Books API Test Interface

Test your Google Books ↔ Supabase integration with real-time caching

🔍 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