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 | whole-cent rounded total of \$0.3000 + \$0.0240 × requested_limit (capped at 100 results) |
GET /v1/creators/:id | \$0.0100 |
GET /v1/creators/autocomplete | \$0.0100 |
POST /v1/creators/lookalike | whole-cent rounded total of \$0.0180 × requested_limit (capped at 100 results) |
POST /v1/creators/match | whole-cent rounded total of \$0.0120 × creators_in_request |
GET /v1/raw/instagram/post/:shortcode | \$0.0200 |
GET /v1/raw/instagram/transcript/:shortcode | \$0.0600 |
GET /v1/raw/* | starts at \$0.0100 unless the endpoint cost is higher |