The Influship API supports the x402 payment protocol, so AI agents can pay per-request in USDC on Base — no API key, no account, no billing setup.Documentation Index
Fetch the complete documentation index at: https://docs.influship.com/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- Your agent makes a request to any Influship API endpoint without an
X-API-Keyheader. - The API responds with
402 Payment Requiredand aPAYMENT-REQUIREDheader containing the price and payment instructions. - Your agent signs a USDC payment on Base and retries the request with a
PAYMENT-SIGNATUREheader. - The API verifies the payment, runs the request, and settles the payment on-chain.
Pricing
x402 prices include a 20% surcharge over the credit-based pricing — the “x402 tax” covers settlement costs. For high-volume use, an API key is cheaper.| Endpoint | Price |
|---|---|
POST /v1/search | \$0.0030 + \$0.00024 × requested_limit (capped at 100 results) |
GET /v1/creators/:id | \$0.000012 (rounded up to $0.01 minimum) |
GET /v1/creators/autocomplete | \$0.000006 (rounded up to $0.01 minimum) |
POST /v1/creators/lookalike | \$0.00018 × requested_limit |
POST /v1/creators/match | \$0.00012 × creators_in_request |
GET /v1/raw/* | \$0.00006 (rounded up to $0.01 minimum) |