File System
Check if file/dir exists
post/boxes/{boxId}/fs/exists
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"workingDir": "/home/user/documents",
"path": "/home/user/documents/output.txt"
}Response
Checks whether a file or directory exists inside a box. Use this endpoint for path validation.
Example response
{
"exists": true,
"type": "file"
}