Skip to main content
The Formable API is organized around a few core resources: templates, signature requests, and redline requests. It’s a REST API with predictable, resource-oriented URLs, JSON request and response bodies, and standard HTTP status codes.

Try it live

Every endpoint page includes a playground. Add your bearer token and send real requests from the docs.

Base URL

All endpoints are served under /api and versioned with /v0.

Authentication

Every endpoint except the health check requires an OAuth 2.0 bearer token in the Authorization header. See Authentication for how to obtain one.

Response format

Successful responses return JSON with a 200 status. Errors return a JSON object with a single error string:

Status codes

Resources

Templates

Upload documents and generate editor URLs.

Signature Requests

Send documents for e-signature and retrieve signed results.

Redlining

Create and manage collaborative redline negotiations.

Billing

Retrieve usage information.