cURL
curl --request GET \ --url https://api.autype.com/api/v1/dev/documents/{documentId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "title": "<string>", "projectId": "<string>", "content": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": {} }
Get a document by ID including its latest content (JSON snapshot). Only documents in PUBLIC projects belonging to the organization are accessible.
API Key (starts with ak_...)
Document ID
Document with content
Document title
Project ID the document belongs to
Document content as JSON (latest snapshot)
Document description