formapi.io

DocSpring is a service that helps you fill out and sign PDF templates.

๐Ÿ”‘ basic 35 endpoints text
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get a list of all folders
curl \
  -u "$API_USER:$API_PASS" \
  https://api.docspring.com/api/v1/folders/
Get a list of all templates
curl \
  -u "$API_USER:$API_PASS" \
  https://api.docspring.com/api/v1/templates
List all submissions
curl \
  -u "$API_USER:$API_PASS" \
  https://api.docspring.com/api/v1/submissions
Endpoints (35 total)
GET
/folders/
Get a list of all folders
GET
/templates
Get a list of all templates
GET
/submissions
List all submissions
GET
/authentication
Test Authentication
GET
/uploads/presign
Get a presigned URL so that you can upload a file to our AWS S3 bucket
GET
/combined_submissions
Get a list of all combined submissions
GET
/templates/{template_id}
Check the status of an uploaded template
GET
/submissions/{submission_id}
Check the status of a PDF
GET
/templates/{template_id}/schema
Fetch the JSON schema for a template
GET
/data_requests/{data_request_id}
Look up a submission data request
GET
/templates/{template_id}?full=true
Fetch the full template attributes
GET
/templates/{template_id}/submissions
List all submissions for a given template
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints35
Authbasic
Categories1
https://api.docspring.com/api/v1