Search
GET /api/v1/search?q={query}
Use this endpoint to perform a search query.
Welcome to the StarloSearch API Reference. Below, you'll find detailed information about the available API endpoints and how to use them.
StarloSearch API allows developers to integrate our search capabilities into their applications. This documentation provides all the necessary information to get started.
All API requests require the use of an API key generated using Go's secure cryptographic features.
POST /api/v1/keys/generate
Make a POST request to this endpoint to generate a new API key.
Include your API key in the header of every API request:
Authorization: Bearer YOUR_API_KEY
GET /api/v1/search?q={query}
Use this endpoint to perform a search query.
GET /api/v1/search/results?id={search_id}
Retrieve the results for a specific search query.
API keys are secured using Go's crypto
package, ensuring SHA-256 hashing and constant-time comparison for robust security against timing attacks.
The API uses standard HTTP status codes to indicate the success or failure of an API request.
To ensure fair usage, the API enforces rate limiting. Exceeding the limit will result in a 429 error
For now you can contact the creator mgamerdinge146@gmail.com because we don't have an official support mail or support team yet.
For access to the StarloSearch APIs, you'll need an API key, You can manage your API keys here.