Containers
List containers
GET/containers
Create container
POST/containers
Retrieve container
GET/containers/{container_id}
Delete a container
DELETE/containers/{container_id}
ModelsExpand Collapse
ContainerListResponse object { id, created_at, name, 6 more }
ContainerListResponse object { id, created_at, name, 6 more }
expires_after: optional object { anchor, minutes } The container will expire after this time period.
The anchor is the reference point for the expiration.
The minutes is the number of minutes after the anchor before the container expires.
expires_after: optional object { anchor, minutes }
The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires.
ContainerCreateResponse object { id, created_at, name, 6 more }
ContainerCreateResponse object { id, created_at, name, 6 more }
expires_after: optional object { anchor, minutes } The container will expire after this time period.
The anchor is the reference point for the expiration.
The minutes is the number of minutes after the anchor before the container expires.
expires_after: optional object { anchor, minutes }
The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires.
ContainerRetrieveResponse object { id, created_at, name, 6 more }
ContainerRetrieveResponse object { id, created_at, name, 6 more }
expires_after: optional object { anchor, minutes } The container will expire after this time period.
The anchor is the reference point for the expiration.
The minutes is the number of minutes after the anchor before the container expires.
expires_after: optional object { anchor, minutes }
The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires.
ContainersFiles
List container files
GET/containers/{container_id}/files
Create container file
POST/containers/{container_id}/files
Retrieve container file
GET/containers/{container_id}/files/{file_id}
Delete a container file
DELETE/containers/{container_id}/files/{file_id}
ContainersFilesContent
Retrieve container file content
GET/containers/{container_id}/files/{file_id}/content