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

Events

Project created

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

Example

Request body

All JSON examples have been prettified for documentation purposes.

{
  "eventType": "PROJECT_CREATED",
  "data": {
    "timestamp": "2023-11-17T09:02:45.258Z",
    "project": {
      "id": "N2E4MjNlYTc",
      "name": "hamlet.TXT",
      "tags": [
        "CUSTOM"
      ]
    },
    "team": {
      "id": "1",
      "name": "User's Team Workspace"
    }
  }
}

Request header

Before update labels

A BEFORE_UPDATE_LABELS event will be sent just before the labeler apply a new label or update an existing label.

Example

Request body

Request header

Project completed

Project labeled

A PROJECT_LABELED event will be sent when a labeler marks a project as complete in Labeler mode.

Example

Request body

Request header

Project reviewed

A PROJECT_REVIEWED event will be sent after the reviewer marks the project as complete in Reviewer mode.

Example

Request body

Request header

Document completed

A DOCUMENT_COMPLETED event will be sent after the reviewer or labeler marks the document as complete in Reviewer or Labeler mode.

Example

Request body labeler

Request header labeler

Request body reviewer

Request header reviewer

Last updated