Skip to main content
POST
Add a page to a report

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Path Parameters

project_id
string<uuid>
required
report_id
string<uuid>
required

Body

application/json

Request body for adding a new page to a report.

name
string
required

Display name for the report page (e.g., 'Overview', 'Backlinks').

Required string length: 1 - 255
layout_columns
integer
default:2

Number of columns in the page's widget grid (1–3).

Required range: 1 <= x <= 3

Response

Successful Response

success
boolean
default:true
data
ReportPageResponse · object | null

A report page with its ordered list of widgets.