Generate a Handoff Report

POST
/v1/handoff-reports/get

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/handoff-reports/get" \  -H "Content-Type: application/json" \  -d '{    "selection": {      "mode": "all"    }  }'
{  "format": "json",  "report": {},  "markdown": "string",  "selection_digest": "string",  "report_digest": "string"}