Skip to content
Snippets Groups Projects
  • Daniel Schultz's avatar
    fad91859
    Add `POST /conversions` endpoint · fad91859
    Daniel Schultz authored
    This endpoint allows a client to register a PDF that needs to be
    converted to markdown.  It doesn't do the actual conversion, but instead
    stores the request in a table which can then be used to drive batch
    conversion actions.
    
    Issue #4 Create endpoint to register a PDF / markdown conversion
    Verified
    fad91859
    History
    Add `POST /conversions` endpoint
    Daniel Schultz authored
    This endpoint allows a client to register a PDF that needs to be
    converted to markdown.  It doesn't do the actual conversion, but instead
    stores the request in a table which can then be used to drive batch
    conversion actions.
    
    Issue #4 Create endpoint to register a PDF / markdown conversion