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
}
]
Get all playbooks (document review workflows) that you have read access to
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
}
]
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
}
]