logo
logo

AI Assistant

How can I help you today?

AnalyticsCreate Analytics Reports
Analytics

POST /analytics/reports

Create a report

curl -X POST "https://api.paperguide.com/analytics/reports" \
  -H "Content-Type: application/json" \
  -d '{
  "title": "Monthly Analysis",
  "data": [
    "metric1",
    "metric2"
  ]
}'
{
  "reportId": "report_67890"
}
POST
/analytics/reports
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses