Automate Formapi
HumDay reads Formapi’s own published API description and derives 35 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Formapi is
DocSpring is a service that helps you fill out and sign PDF templates.
API host: api.docspring.com
What HumDay can do in Formapi
21 documented operations change something in Formapi.
- POSTCreate a new PDF template with a form POST file upload
/templates - POSTCreate a new custom file from a cached presign upload
/custom_files - POSTCreate a new PDF template from a cached presign upload
/templates?desc=cached_upload - POSTCreate a folder
/folders/ - POSTCreate a new HTML template
/templates?desc=html - POSTCreates a new data request token for form authentication
/data_requests/{data_request_id}/tokens - POSTMerge submission PDFs, template PDFs, or custom files
/combined_submissions?v=2 - PUTAdd new fields to a Template
/templates/{template_id}/add_fields - DELETEDelete a folder
/folders/{folder_id} - POSTMove a folder
/folders/{folder_id}/move - POSTMerge generated PDFs together
/combined_submissions - POSTRename a folder
/folders/{folder_id}/rename - POSTMove Template to folder
/templates/{template_id}/move - POSTGenerates a new PDF
/templates/{template_id}/submissions - POSTGenerates multiple PDFs
/submissions/batches - PUTUpdate a Template
/templates/{template_id} - DELETEExpire a PDF submission
/submissions/{submission_id} - PUTUpdate a submission data request
/data_requests/{data_request_id} - DELETEExpire a combined submission
/combined_submissions/{combined_submission_id} - POSTCopy a Template
/templates/{template_id}/copy - POSTGenerates multiple PDFs
/templates/{template_id}/submissions/batch
What HumDay can read from Formapi
These are the operations a schedule or a trigger can watch.
- GETGet a presigned URL so that you can upload a file to our AWS S3 bucket
/uploads/presign - GETGet a list of all folders
/folders/ - GETGet a list of all templates
/templates - GETList all submissions
/submissions - GETGet a list of all combined submissions
/combined_submissions - GETTest Authentication
/authentication - GETList all submissions for a given template
/templates/{template_id}/submissions - GETCheck the status of an uploaded template
/templates/{template_id} - GETCheck the status of a PDF
/submissions/{submission_id} - GETLook up a submission data request
/data_requests/{data_request_id} - GETFetch the full template attributes
/templates/{template_id}?full=true - GETCheck the status of a combined submission (merged PDFs)
/combined_submissions/{combined_submission_id} - GETFetch the JSON schema for a template
/templates/{template_id}/schema - GETCheck the status of a submission batch job
/submissions/batches/{submission_batch_id}
How automating Formapi works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Formapi account.
- Grant access, then go live. You approve the specific Formapi operations it may use — and only those.
Automate Formapi with these
- OpenAI273 operations
- MotaWord219 operations
- Anthropic144 operations
- Contract P Contract.fit134 operations
- NamSor84 operations
- Salesforce Einstein Vision and Einstein Language45 operations
- Semantria41 operations
- FunTranslations36 operations
- Handwrytten30 operations
- Neutrinoapi Neutrino27 operations
- Oxforddictionaries Oxford Dictionaries26 operations
- Cloudmersive ocrapi18 operations
Categories
Questions about Formapi automation
- Can HumDay connect to Formapi?
- Yes. HumDay reads Formapi's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 35 operations are documented.
- Do I need to write code to automate Formapi?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Formapi account.
- What can HumDay do in Formapi?
- 21 of the 35 documented operations change something in Formapi, and 14 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Formapi account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Formapi is held behind that approval.
Where this came from
The operations above are read from a published API description for Formapi at docspring.com/api-docs/v1/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.