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.
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
References
- Documentation https://www.useanvil.com/docs/api/graphql/
- GettingStarted https://www.useanvil.com/docs/api/getting-started/