GET
/
test
curl --request GET \
  --url https://api.spectropic.ai/v1/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Test endpoint. Returns a 200 status code if the server is running and your API key is valid.

Authorizations

Authorization
string
header
required

API key authentication. Add your API key with format: Bearer <API_KEY>

Response

200
application/json
OK
success
boolean
required
message
string
required