Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
requestedAt
number

Unix timestamp in milliseconds

receivedAt
number

Unix timestamp in milliseconds

reqPayload
object

JSON-encoded request payload

respPayload
object

JSON-encoded response payload

statusCode
number

HTTP status code of response

errorMessage
string

User-friendly error message

metadata
object

Extra metadata tags to attach to the call for filtering. Eg { "userId": "123", "prompt_id": "populate-title" }

tags
object

Deprecated: use "metadata" instead

Response

Successful response

status
required
Available options:
ok