Credits
How the HTTP API uses your organization credit balance.
Metered SnitchFeed features draw from the same organization credit pool as the product app. The public v1 API charges credits only for successful v1/data/ calls:
| Endpoint | Credits (per successful request) |
|---|---|
POST /v1/data/twitter/tweets/search | 2 |
POST /v1/data/linkedin/posts/search | 4 |
POST /v1/data/linkedin/company/get | 4 |
All other v1 endpoints (GET /v1/data/linkedin/industries, GET /v1/billing/usage) are read-only and do not consume credits.
Requests that fail (4xx / 5xx) are not billed.
OpenAPI
The same numbers appear in GET /v1/openapi.json under components.schemas.SnitchFeedCreditRates for codegen and tooling.
Full product reference
For how credits work across listeners, exports, chat, and estimates, see Credits & usage in the main documentation.