AccelBooks provides a sophisticated reporting feature that allows businesses to generate essential financial reports and leverage artificial intelligence to produce custom documents based on specific prompts. This enables insightful and predictive financial analysis.
Creates a custom report using AI based on a user-defined prompt for predictive financial insights.
Copy
POST company/{company_id}/reports/custom-aiContent-Type: application/jsonAuthorization: Bearer {access_token}{ "start_date": "2024-01-01", "end_date": "2024-12-31", "prompt": "Provide a 12-month revenue forecast based on current trends and seasonal adjustments."}
Returns:
Copy
{ "report_id": "ai-901234", "report_type": "custom_ai", "company_id": "company_123", "start_date": "2024-01-01", "end_date": "2024-12-31", "prompt": "Provide a 12-month revenue forecast based on current trends and seasonal adjustments.", "generated_at": "2024-01-02T12:15:00Z", "download_url": "https://api.accelbooks.com/reports/ai-901234.pdf"}