Storylinez LogoStorylinez

Documentation

Files API

/storage

Endpoints for managing files and folders within an organization. This includes uploading files, organizing them into folders, retrieving file details and analysis results, searching, and managing storage usage.

Endpoint Base

https://api.storylinez.com/storage

All endpoints in this section are relative to this base path. Use this prefix for all requests to the Files API.

File Upload & Processing

Endpoints related to the file upload workflow, from generating secure upload links to confirming uploads and triggering analysis.

POST

Mark Upload Complete

/upload/complete
POST

Reprocess File

/file/reprocess

Folder Management

Endpoints for creating folders, browsing folder contents, and searching within folders.

GET

Get Folder Contents

/folder/contents
POST

Create Folder

/folder/create
GET

Search Files by Name

/folder/search-by-name
POST

Vector Search in Folder

/folder/vector-search
DELETE

Delete Folder

/folder/delete
PUT

Rename Folder

/folder/rename
GET

Get Folder Tree

/tree
GET

List Folders

/folder/list

File Management

Endpoints for managing individual files, including deletion, renaming, moving, downloading, and retrieving analysis results.

DELETE

Delete File

/file/delete
PUT

Rename File

/file/rename
PUT

Move File

/file/move
GET

Get File Analysis

/file/analysis
POST

Get Files by IDs

/files/get_by_ids
GET

Download Original File

/file/download/original
POST

Rate File

/file/rate
POST

Remove File Rating

/file/remove_rating
GET

Get File Rating

/file/get_rating

Storage Management

Endpoints related to monitoring storage and processing usage against subscription limits.

GET

Get Storage Usage

/storage/usage