{"@context": "https://schema.org", "@type": "WebAPI", "name": "API v1 API", "description": "DocSpring is a service that helps you fill out and sign PDF templates.", "provider": {"@type": "Organization", "name": "formapi.io"}, "documentation": "https://docspring.com/api-docs/v1/swagger.json"}
DocSpring is a service that helps you fill out and sign PDF templates.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.docspring.com/api/v1
auth: b a s i c
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
DocSpring is a service that helps you fill out and sign PDF templates.
| method | path | what the vendor says it does |
|---|---|---|
GET | /authentication | Test Authentication PDF |
GET | /combined_submissions | Get a list of all combined submissions PDF |
POST | /combined_submissions | Merge generated PDFs together PDF |
GET | /combined_submissions/{combined_submission_id} | Check the status of a combined submission (merged PDFs) PDF |
DELETE | /combined_submissions/{combined_submission_id} | Expire a combined submission PDF |
POST | /combined_submissions?v=2 | Merge submission PDFs, template PDFs, or custom files PDF |
POST | /custom_files | Create a new custom file from a cached presign upload PDF |
GET | /data_requests/{data_request_id} | Look up a submission data request PDF |
PUT | /data_requests/{data_request_id} | Update a submission data request PDF |
POST | /data_requests/{data_request_id}/tokens | Creates a new data request token for form authentication PDF |
GET | /folders/ | Get a list of all folders PDF |
POST | /folders/ | Create a folder PDF |
DELETE | /folders/{folder_id} | Delete a folder PDF |
POST | /folders/{folder_id}/move | Move a folder PDF |
POST | /folders/{folder_id}/rename | Rename a folder PDF |
GET | /submissions | List all submissions PDF |
POST | /submissions/batches | Generates multiple PDFs PDF |
GET | /submissions/batches/{submission_batch_id} | Check the status of a submission batch job PDF |
GET | /submissions/{submission_id} | Check the status of a PDF PDF |
DELETE | /submissions/{submission_id} | Expire a PDF submission PDF |
GET | /templates | Get a list of all templates PDF |
POST | /templates | Create a new PDF template with a form POST file upload PDF |
GET | /templates/{template_id} | Check the status of an uploaded template PDF |
PUT | /templates/{template_id} | Update a Template PDF |
PUT | /templates/{template_id}/add_fields | Add new fields to a Template PDF |
POST | /templates/{template_id}/copy | Copy a Template PDF |
POST | /templates/{template_id}/move | Move Template to folder PDF |
GET | /templates/{template_id}/schema | Fetch the JSON schema for a template PDF |
GET | /templates/{template_id}/submissions | List all submissions for a given template PDF |
POST | /templates/{template_id}/submissions | Generates a new PDF PDF |
POST | /templates/{template_id}/submissions/batch | Generates multiple PDFs PDF |
GET | /templates/{template_id}?full=true | Fetch the full template attributes PDF |
POST | /templates?desc=cached_upload | Create a new PDF template from a cached presign upload PDF |
POST | /templates?desc=html | Create a new HTML template PDF |
GET | /uploads/presign | Get a presigned URL so that you can upload a file to our AWS S3 bucket PDF |
specification origin: https://docspring.com/api-docs/v1/swagger.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.