Extract Archive
Agent Filesystem
Extract Archive
Extract a compressed archive in an agent’s workspace.
POST
Extract Archive
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key.Agent UUID
Path to the archive file in the workspace
Directory to extract the archive contents into
Overwrite existing files during extraction
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
destination | string | Directory where the archive was extracted |
files_extracted | number | Total number of files extracted |
Status Codes
| Code | Description |
|---|---|
200 | Archive extracted successfully |
400 | Invalid request body or unsupported archive format |
401 | Invalid authentication |
403 | Access denied |
404 | Agent or archive file not found |

