Developer
Download OpenAPI specification:Download
Get api version
Validate credentials and API version. If the api version isn't supported, the default api version will be returned.
header Parameters
orgId required | string (orgId) non-empty ^[a-zA-Z0-9\-_]+$ Organization ID |
authKey required | string (authKey) non-empty ^[a-zA-Z0-9\-_]+$ Authentication key |
apiVersion | string (apiVersion) API version used for the request. Defaults to the latest production version. To pin to a specific API version, please contact your Lazarus representative to receive the appropriate version header. |
Responses
Response samples
- 200
{- "apiVersion": "2025-05-22",
- "status": "SUCCESS"
}
Post webhook test
Developer test for configuring a webhook to receive model responses
header Parameters
orgId required | string (orgId) non-empty ^[a-zA-Z0-9\-_]+$ Organization ID |
authKey required | string (authKey) non-empty ^[a-zA-Z0-9\-_]+$ Authentication key |
apiVersion | string (apiVersion) API version used for the request. Defaults to the latest production version. To pin to a specific API version, please contact your Lazarus representative to receive the appropriate version header. |
Request Body schema: application/jsonrequired
webhook required | string (Webhook) https?://(?:www\\.)?[a-zA-Z0-9./:]+ Webhook URL to which status updates and JSON response will be sent. This is where you will receive the model output. Click here for an example of a webhook URL response. |
webhookHeaders | object (Webhookheaders) Request headers to include in the POST requests to the webhook. |
Responses
Request samples
- Payload
{- "webhookHeaders": { }
}
Response samples
- 200
{- "webhook_status_code": 403,
- "webhook_error": {
- "message": "Webhook failed. The webhook URL may not be valid.",
- "field": "webhook",
- "code": 403,
- "error": "403 Forbidden"
}, - "status": "FAILURE",
- "apiVersion": "2025-05-19",
- "id": "64222cbe"
}