Get a file
Retrieves a single file including its document content and canvas elements.
get/api/files/{fileId}
Path parameters
fileIdstring required
ID of the file to retrieve
Response
The file with its content
Example response
{
"fileUrl": "https://app.eraser.io/workspace/abc123",
"title": "System Architecture"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.