Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.mokaru.ai/v1/cover-letter/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "cvId": "<string>", "title": "<string>", "content": "<string>", "templateId": "<string>", "isDefault": true, "variables": {}, "showName": true, "showEmail": true, "showPhone": true, "showAddress": true, "headerAlignment": "<string>", "fontFamily": "<string>", "fontSize": 123, "lineSpacing": 123, "pdfUrl": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } }
Get full content of one cover letter
cover-letter:read
GET /v1/cover-letter/{id}
curl "https://api.mokaru.ai/v1/cover-letter/clx_cl_abc" \ -H "Authorization: Bearer mk_your_key"
Show child attributes
{ company: "Acme", contactPerson: "Jane" }
left | center | right
Was this page helpful?