DocSpring

api.docspring.com

Community

DocSpring is a PDF generation API that fills data into pre-configured PDF templates. You upload PDF templates with fillable fields via the dashboard, then use the API to merge data into those templates and generate completed PDFs. Ideal for invoices, contracts, certificates, tax forms, and any document that follows a repeatable structure.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.docspring.com

Crawl failures

1

Last verified

2026-03-01T11:07:30.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

batch_generate

storage

Generate multiple PDFs from a single template with different data sets in one API call.

Detail: https://api.docspring.com/capabilities/batch_generate

create_data_request

storage

Create a shareable form link to collect data from a person, which then fills the PDF template upon completion.

Detail: https://api.docspring.com/capabilities/create_data_request

generate_pdf

storage

Generate a filled PDF by merging data into a template. Returns a submission ID to track the generation.

Detail: https://api.docspring.com/capabilities/generate_pdf

get_submission

storage

Check the status and details of a PDF generation submission.

Detail: https://api.docspring.com/capabilities/get_submission

get_submission_download

storage

Download a generated PDF document from a completed submission.

Detail: https://api.docspring.com/capabilities/get_submission_download

list_templates

storage

List all available PDF templates in your DocSpring account with their field definitions and metadata.

Detail: https://api.docspring.com/capabilities/list_templates

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: DocSpring
Description: DocSpring is a PDF generation API that fills data into pre-configured PDF templates. You upload PDF templates with fillable fields via the dashboard, then use the API to merge data into those templates and generate completed PDFs. Ideal for invoices, contracts, certificates, tax forms, and any document that follows a repeatable structure.
Auth: api_key
Capabilities:
  - batch_generate: Generate multiple PDFs from a single template with different data sets in one API call.
  - create_data_request: Create a shareable form link to collect data from a person, which then fills the PDF template upon completion.
  - generate_pdf: Generate a filled PDF by merging data into a template. Returns a submission ID to track the generation.
  - get_submission: Check the status and details of a PDF generation submission.
  - get_submission_download: Download a generated PDF document from a completed submission.
  - list_templates: List all available PDF templates in your DocSpring account with their field definitions and metadata.