Creates a new pour for the authenticated user. Can optionally include a review and tasting notes in the same request.Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
Basic Pour Creation
Pour with Review
Request Body
The type of item being poured. Can be “Bottle”, “Collectable”.
The ID of the specific item being poured.
The size of the pour in ounces (e.g., “1.0”, “2.5”).
How the spirit was served (one of “neat”, “rocks”).
The cost of the pour in dollars (e.g., “15.00”, “10.5”).
Where the pour was consumed.
The ID of the specific batch if applicable.
The ID of the specific vintage if applicable.
Whether the pour should be private (default: false).
Rating from 0-5 (only for create_with_review endpoint).
Review comment (only for create_with_review endpoint).
Whether the review should be private (only for create_with_review endpoint).
Whether the user would purchase this spirit again (only for create_with_review endpoint).
Array of tasting note IDs to associate with the pour (only for create_with_review endpoint).

