The prompt is the main searchterm provided to the tool. This needs to be in a format required by the tool otherwise an error may be returned. For example some tools may require URLs while others may require IP addresses.
Some options may be required while others are optional. If there are no options, an empty object should be provided.
The default API key is provided as an example only. This will not work in your own applications. Register for a free account to get an API key.
The HTTP Status Check tool verifies the status of a given URL or website by examining the HTTP response codes returned, providing users with information on the availability and responsiveness of the web server, as well as any potential issues or errors encountered during the request.
OK - The request has succeeded. The server has successfully fulfilled the request and returned the requested content.
Created - The request has been fulfilled, and a new resource has been created as a result.
No Content - The server has successfully processed the request, but there is no content to return.
Moved Permanently - The requested resource has been permanently moved to a new URL. The client should update its bookmarks or links to the new URL.
Found - The requested resource temporarily resides under a different URL. The client should use the new URL provided in the response for future requests.
Bad Request - The server cannot process the request due to malformed syntax, invalid parameters, or other client-side errors.
Unauthorized - The request requires authentication. The client must provide valid credentials.
Forbidden - The server understood the request, but the client is not allowed to access the requested resource.
Not Found - The server could not find the requested resource.
Internal Server Error - A generic server error occurred, indicating that something unexpected went wrong on the server side.
Service Unavailable - The server is currently unable to handle the request due to temporary overloading or maintenance.
Gateway Timeout - The server, acting as a gateway or proxy, did not receive a timely response from an upstream server.