# Get Application Document Get the text content of a specific application document with doc-ID Endpoint: GET /hub/apps/{id}/documents/{did} Version: 2025-08-18T18:01:56Z Security: api_key ## Path parameters: - `did` (string, required) Document ID Example: "49a2758a" - `id` (string, required) Application ID Example: "b6ee555d61df4c0ae30099d3ba4acf5c-sample-01" ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.did` (string) Document ID - `result.metadata` (object) Information of the document, e.g. author, layout, fonts, pages, create, etc. - `result.size` (integer) Number of contents in the document - `result.cids` (array) List of contents ## Response 400 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `error` (object) error body - `error.cause` (string) Cause of error - `error.message` (string) Error Message