curl --location --request GET 'https://api.wordsmith.ai/api/v1/templates' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Employment Agreement Template",
"description": "Standard employment agreement template with customizable terms and conditions"
},
{
"id": "987fcdeb-51a2-43d1-9e8f-7b6c5a4d3e2f",
"name": "NDA Template",
"description": "Non-disclosure agreement template for protecting confidential information"
},
{
"id": "abcdef12-3456-7890-abcd-ef1234567890",
"name": "Service Agreement",
"description": null
}
]
Get all document templates that you have read access to
curl --location --request GET 'https://api.wordsmith.ai/api/v1/templates' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Employment Agreement Template",
"description": "Standard employment agreement template with customizable terms and conditions"
},
{
"id": "987fcdeb-51a2-43d1-9e8f-7b6c5a4d3e2f",
"name": "NDA Template",
"description": "Non-disclosure agreement template for protecting confidential information"
},
{
"id": "abcdef12-3456-7890-abcd-ef1234567890",
"name": "Service Agreement",
"description": null
}
]
curl --location --request GET 'https://api.wordsmith.ai/api/v1/templates' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Employment Agreement Template",
"description": "Standard employment agreement template with customizable terms and conditions"
},
{
"id": "987fcdeb-51a2-43d1-9e8f-7b6c5a4d3e2f",
"name": "NDA Template",
"description": "Non-disclosure agreement template for protecting confidential information"
},
{
"id": "abcdef12-3456-7890-abcd-ef1234567890",
"name": "Service Agreement",
"description": null
}
]