Craft
communityBeautiful document and note-taking app for Apple platforms with real-time collaboration.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://www.craft.do/api/v1/spaces/{spaceId}/documentsList documents in a space
Parameters
spaceIdspace ID (stringrequiredReturns
documents[] with id, title, createdAt, updatedAt, parentIdGET
https://www.craft.do/api/v1/spaces/{spaceId}/documents/{documentId}Get document content
Parameters
spaceIdspace ID (stringrequireddocumentIddocument ID (stringrequiredReturns
id, title, content with blocks[] containing type, text, childrenGET
https://www.craft.do/api/v1/spaces/{spaceId}/searchSearch across documents
Parameters
querysearch keyword (stringrequiredspaceIdspace ID (stringrequiredReturns
results[] with documentId, title, snippet, matchedBlocks[]