curl --request POST \
--url https://api.oviond.com/v1/projects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Q1 Report",
"type": "REPORT",
"template": "<string>",
"client_id": "cliAbc123",
"template_id": "<string>",
"pages": [
{}
],
"theme_id": "<string>",
"date_range": {
"text": "Last 30 Days",
"compare": "None",
"include_today": false,
"current_start": "2026-03-01",
"current_end": "2026-03-31",
"previous_start": "2026-02-01",
"previous_end": "2026-02-28",
"custom_days": 60,
"custom_months": 3
},
"logo_url": "<string>",
"auto_refresh_enabled": true,
"show_cover_page": true,
"show_cover_page_logo": true,
"show_cover_page_name": true,
"show_cover_page_date": true,
"show_cover_page_bg_image": true,
"show_header": true,
"show_header_logo": true,
"show_header_name": true,
"show_header_date": true,
"show_page_numbers": true,
"show_table_of_contents": true,
"show_date": true,
"show_thank_you": true,
"show_thank_you_bg_image": true,
"show_thank_you_logo": true,
"show_thank_you_heading": true,
"show_thank_you_message": true,
"description": "<string>",
"status": "<string>",
"auto_refresh_interval_hours": 12,
"password_enabled": true,
"password": "<string>",
"pdf_enabled": true
}
'