Skip to main content
Version: 2025-05-22

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

Content type
application/json
{
  • "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/json
required
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

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "webhook_status_code": 403,
  • "webhook_error": {
    },
  • "status": "FAILURE",
  • "apiVersion": "2025-05-19",
  • "id": "64222cbe"
}