Submit a Deck or URL
two options
Option A: Submit a Deck API Reference
Endpoint: POST /api/v1/workflow-management/trigger-deck-workflow/
Provide one of the following:attachment_file
: Upload a deck file (PDF, PPT, PPTX, or KEY)attachment_url
: URL to a deck file (e.g., DocSend link)
Include required parameters:
investor_email
: Email of the ClientInvestor
member origin
: Source of the request ("api", "deckmatch_email", or "app")
Option B: Submit a URL API Reference
Endpoint: POST /api/v1/workflow-management/trigger-url-workflow/
Include required parameters:
url
: The URL to analyze
investor_email
: Email of the ClientInvestorMember
origin
: Source of the request
Both endpoints will return a parsed_deck_id
, which you'll use in subsequent steps.