Calling DocAssemble with an API
Just curious if anyone or the creator has an idea that if we want to call the docassemble system through an API by passing in variables, and having a template document attachment created is possible?
Hi Rocky, For an example of retrieving an assembled document through an API, check out the code example at the end of this subsection: https://docassemble.org/docs/functions.html#response This uses the special dictionary url_args <https://docassemble.org/docs/special.html#url_args>. The "API" call is made through a GET request. I don't have an option (yet) for making such calls with a POST request. If you want to use an "API key" for such requests, you could have some "initial" code in the interview that looks for an API key in url_args and returns an error message if the API key is invalid. On Mon, Aug 21, 2017 at 11:15 AM, Rocky Mehta <rockymehta@gtpartners.biz> wrote:
Just curious if anyone or the creator has an idea that if we want to call the docassemble system through an API by passing in variables, and having a template document attachment created is possible? _______________________________________________ Docassemble mailing list docassemble@python.org https://mail.python.org/mm3/mailman3/lists/docassemble.python.org/
participants (2)
-
Jonathan Pyle -
Rocky Mehta