Getting StartedAuthenticationCopy pageAll API requests require a Bearer token. $curl -s https://api.routify.ru/v1/models \> -H "Authorization: Bearer <token>" If the key is missing or invalid, the API returns: 1{ "error": { "message": "missing api key", "type": "auth_error" } }