This endpoint supports API key authentication for external integrations
API Access
This endpoint can be accessed using:- API Keys: For external applications and integrations
- User Sessions: For web application access
This endpoint has rate limiting to prevent scraping while allowing normal usage
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
The filter to apply to the search
The query to search for
sort order
Examples:
["price:asc", "author:desc"]
The image to reverse search
Examples:
"base64_encoded_image"
Response
OK
total number of pages
Required range:
x >= 0
total number of results
Required range:
x >= 0
A URL to the JSON Schema for this object.
Examples:
"https://api.steamsets.com/schemas/V1BadgeSearchBadgesResponseBody.json"