Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/v1/projects/{projectId}/prd/refine
Refine an existing PRD with feedback. Returns a streaming response.
curl -X POST https://api.getkommit.ai/v1/projects/a1b2c3d4-e5f6-7890-abcd-ef1234567890/prd/refine \ -H "Authorization: Bearer km_your_api_key" \ -H "Content-Type: application/json" \ -d '{ "message": "Expand the security requirements section to include rate limiting and input validation." }'
Was this page helpful?