Search1API
Utility

Usage

API endpoint for retrieving usage information

GET
/usage

Authorization

AuthorizationRequiredBearer <token>

In: header

Response Body

Usage data

TypeScript Definitions

Use the response body type in TypeScript.

usageinteger

The remaining credits

Format: "int32"
curl -X GET "https://api.search1api.com/usage" \
  -H "Authorization: Bearer <token>"
{
  "usage": 0
}