DocSpring API Skill
formapi-io
formapi-io
| Method | Path | Description |
|---|---|---|
GET | /authentication | |
GET | /combined_submissions | Test authentication |
POST | /combined_submissions | Get a list of all combined submissions |
GET | /combined_submissions/{combined_submission_id} | Merge submission PDFs, template PDFs, or custom files |
DELETE | /combined_submissions/{combined_submission_id} | Check the status of a combined submission (merged PDFs) |
POST | /custom_files | Expire a combined submission |
GET | /uploads/presign | Create a new custom file from a cached S3 upload |
GET | /folders/ | Get a presigned S3 URL for direct file upload |
POST | /folders/ | Get a list of all folders |
POST | /folders/{folder_id}/move | Create a folder |
POST | /folders/{folder_id}/rename | Move a folder |
DELETE | /folders/{folder_id} | Rename a folder |
POST | /data_requests/{data_request_id}/events | Delete a folder |
POST | /data_requests/{data_request_id}/tokens | Create a new event for emailing a signee a request for signature |
GET | /data_requests/{data_request_id} | Create a new data request token for form authentication |
PUT | /data_requests/{data_request_id} | Look up a submission data request |
POST | /submissions/batches | Update a submission data request |
GET | /submissions/batches/{submission_batch_id} | Generate multiple PDFs |
POST | /templates/{template_id}/submissions | Check the status of a submission batch job |
GET | /templates/{template_id}/submissions | Generate a PDF |
GET | /submissions/{submission_id} | List all submissions for a given template |
DELETE | /submissions/{submission_id} | Check the status of a PDF |
POST | /submissions/{submission_id}/generate_preview | Expire a PDF submission |
GET | /submissions | Generate a preview PDF for partially completed data requests |
GET | /templates | List all submissions |
POST | /templates | Get a list of all templates |
POST | /templates?endpoint_variant=create_html_template | Create a new PDF template with a form POST file upload |
POST | /templates?endpoint_variant=create_template_from_cached_upload | Create a new HTML template |
GET | /templates/{template_id} | Create a new PDF template from a cached S3 file upload |
PUT | /templates/{template_id} | Check the status of an uploaded template |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install formapi-io
Downloads and installs to ~/.claude/skills/formapi-io/
v1 (2026-02-19)