tool

PDF to Text

Extract clean text from PDF files

20 sats / query
Uptime100%
Reputation48/100
Total queries2
Avg response955ms

Query this provider

Use from terminal or agent

# 1. Request — get invoice
curl -X POST https://patchbay.space/api/query \
  -H "Content-Type: application/json" \
  -d '{"provider_id": "df36e00b-f9e6-4a61-8c56-28c80a00ec0d", "q": "..."}'

# → HTTP 402
# WWW-Authenticate: L402 token="<macaroon>", invoice="lnbc..."

# 2. Pay the invoice with your Lightning wallet
# → receive preimage

# 3. Retry with payment proof
curl -X POST https://patchbay.space/api/query \
  -H "Content-Type: application/json" \
  -H "Authorization: L402 <macaroon>:<preimage>" \
  -d '{"provider_id": "df36e00b-f9e6-4a61-8c56-28c80a00ec0d", "q": "..."}'