Anvil · GraphQL Specification

Anvil GraphQL API

The Anvil GraphQL API is the primary query and mutation interface for the Anvil platform. It exposes the full range of Anvil's document automation capabilities, including e-signature packet management (EtchPackets), workflow orchestration (Welds), webform configuration (Forges), PDF template management (Casts), webhook subscriptions, and user/organization administration. The API supports 10 named queries and over 40 mutations, giving developers complete programmatic control over all Anvil resources.

Documentation Endpoint View on GitHub PDFPDF FillingPDF GenerationE-SignaturesDocument AutomationOCRDocument AIGraphQLRESTWorkflowsWeb FormsPaperwork AutomationGraphQL

Overview

Anvil GraphQL API is a GraphQL API specification published by Anvil on the APIs.io network.

The Anvil GraphQL API is the primary query and mutation interface for the Anvil platform. It exposes the full range of Anvil’s document automation capabilities, including e-signature packet management (EtchPackets), workflow orchestration (Welds), webform configuration (Forges), PDF template management (Casts), webhook subscriptions, and user/organization administration. The API supports 10 named queries and over 40 mutations, giving developers complete programmatic control over all Anvil resources.

The GraphQL endpoint is available at https://graphql.useanvil.com. documentation is published at https://www.useanvil.com/docs/api/graphql/.

The specification includes 2 reference links.

Tagged areas include PDF, PDF Filling, PDF Generation, E-Signatures, and Document Automation.

Endpoint

https://graphql.useanvil.com

References

Related API Specs

Anvil PDF Filling API (OpenAPI) Anvil PDF Generation API (OpenAPI)
Back to Anvil · All GraphQL Specs · GitHub