For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Headers

We also support custom headers to meet additional requirements when making API requests.

In the example below, using the PROJECT_CREATED event, the webhook includes additional request headers such as key1 and key2.

Project created

A PROJECT_CREATED event will be sent when a new project is created.

Example

Request header

{
  "accept-encoding": "gzip, compress, deflate, br",
  "accept": "application/json, text/plain, */*",
  "content-length": "200",
  "content-type": "application/json",
  "key1": "value1",
  "key2": "value2",
  "user-agent": "Datasaur",
  "x-datasaur-signature": "643a34cd1a649b37a6d3611ff7fb561a0255e899ca89a9475c79b38764775033"
}

Request body

Last updated