patchBay

API v1 vs OpenAPI Document on Azure Functions

If you need a Documents & Productivity API that's easy to integrate, go with API v1.

API v1

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

OpenAPI Document on Azure Functions

This is the OpenAPI Document on Azure Functions

API v1

  • Simple API key authentication
  • HTTPS supported

OpenAPI Document on Azure Functions

  • Requires No authentication
  • No HTTPS support
FeatureAPI v1OpenAPI Document on Azure Functions
AuthenticationapiKeyNo
HTTPSYesNo
CORSUnknownUnknown

When to use which?

API v1 supports HTTPS, which is required for production deployments and secure data handling.