aidelly_create_report_link
POST /report-links — create a shareable report link (snapshot or live with cadence).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| mode | Yes | snapshot for static link, live for auto-updating | snapshot |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| cadence | No | Required for live mode; update frequency | |
| brand_id | No | ||
| password | No | Optional password to protect the share link | |
| report_id | Yes | UUID of the report to share | |
| expires_at | No | Optional expiration timestamp in ISO 8601 format | |
| template_id | No | Optional report template to use for rendering | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| idempotency_key | Yes |