API Keys
Manage API keys for programmatic access to the report generation API.
Please log in to manage your API keys.
API Usage
Use your API key to generate reports programmatically:
curl -X POST https://api.reports.phos.solutions/api/reports/generate \
-H "X-API-Key: srg_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"template_id": "your-template-id",
"data": {
"customer_name": "John Doe",
"service_date": "2025-01-19"
}
}' Each API call costs $0.25 per report generated.