Get a list of all playbooks available to your account. Playbooks are structured document review workflows that define specific checks and processes for analyzing legal documents.
curl --location --request GET 'https://api.wordsmith.ai/api/v1/playbooks' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Contract Review Checklist",
"description": "Comprehensive contract review workflow covering key terms, compliance, and risk factors"
},
{
"id": "987fcdeb-51a2-43d1-9e8f-7b6c5a4d3e2f",
"name": "Due Diligence Review",
"description": "Structured review process for due diligence documents in M&A transactions"
},
{
"id": "abcdef12-3456-7890-abcd-ef1234567890",
"name": "Employment Agreement Analysis",
"description": null
}
]
Response Fields
The unique identifier for the playbook
The display name of the playbook
A description of the playbook’s purpose and what it reviews. Can be null if no
description is provided.
Notes
- Only playbooks that you have read access to will be returned
- The list includes both your organization’s custom playbooks and any global playbooks you have access to
- Playbooks define structured workflows for document review and analysis
- Each playbook contains specific checks and processes tailored to different types of legal documents