¿Cómo descargar el PDF de envío a través de API?

  • Luis Lopez
    Fecha de consulta 10 de octubre de 2024, 12:33
    OK, perfecto, en lugar de hacerlo manualmente este proceso... ¿se podría hacer desde la API?
  • Sidharth Jotform Support
    Fecha de respuesta 10 de octubre de 2024, 12:34

    Hi Digitaldocu,

    There is no API endpoint to download the submission PDF, but you can use the below URL to download the PDF with your API Key:

    https://www.jotform.com/server.php?action=getSubmissionPDF&sid={ID}&formID={formID}&apikey={apiKey}

    The PDF can be downloaded by replacing {ID} with the submission ID, {formID} with the ID of the form, and {apiKey} with the API key of your account. You can also check Jotform's API documentation here.

    Give it a try and let us know if you have any other questions.