QueryFlare - Pay-per-Query Database Access

User Status

Email: Anonymous

Balance: $0.000

Authenticated: Yes

Available Endpoints

POST /query/shared

Execute read-only SQL queries on the shared database. Costs 0.001 cents per query.

Example Request:
{
  "sql": "SELECT * FROM sample_data WHERE category = ? LIMIT 5",
  "params": ["electronics"]
}

Example Usage

Query with curl:
curl -X POST https://queryflare.com/query/shared \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer bbf00096-2351-4c96-a24e-98f85bdb1b4d" \
  -d '{"sql": "SELECT COUNT(*) as total FROM sample_data"}'

Supported SQL Features

Restrictions

Authentication Required

You need to authenticate via Stripe payment to access the query endpoints.

Click here to see authentication options

Deposit