Skip to main content
GET
Check API access
Configure your deployment URL and API key before using this example. SUTRO_API_URL is the deployment origin; curl appends /v1 explicitly. This read-only check verifies the request through your Sutro deployment and the Batch service. It does not submit work or consume inference quota.
string
required
Deployment API key in the form Key YOUR_SUTRO_API_KEY.

Response

Troubleshooting

If this check fails, validate the key against your deployment:
/v1/auth/check returns authenticated: true and the key’s principal when the key is valid. It does not verify that Batch can accept requests. Imported keys are also checked against their original key authority. After this check succeeds, inspect your quotas or submit a Batch job.