Overview
The medical consensus endpoint allows you to submit queries to get expert medical opinions and consensus from multiple sources. This is useful for getting second opinions, validating diagnoses, or exploring treatment options.Rate Limiting
This endpoint is rate limited to prevent abuse:- Limit: Configurable requests per day (based on your plan)
- Window: 24 hours
- Behavior: Requests exceeding the limit will be blocked
Request Body
The medical query or question you want to get consensus on. This should be a clear, specific medical question or scenario.
Response
The created consensus request object
Status Codes
Consensus request created successfully and is being processed
Invalid request body or missing required parameters
Invalid or missing API key
Rate limit exceeded - wait before making another request
Server error occurred while processing the request
Next Steps
After creating a consensus request:- Poll for results: Use the Get Consensus endpoint with the returned ID to check the status and retrieve results
- Clean up: Use the Delete Consensus endpoint to remove requests you no longer need