curl --request GET \ --url https://aiapi.scope3.com/status \ --header 'Authorization: Bearer <token>'
{ "ready": true, "reason": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>