0% found this document useful (0 votes)
8 views1 page

Storage API Documentation Guide

The Storage API allows users to upload files, analyze documents, manage document metadata, and log usage. Key endpoints include POST for uploading files and analyzing documents, as well as GET and PATCH for retrieving and updating document metadata. Standard error responses are formatted with an error code, message, and timestamp.

Uploaded by

pmithu799
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Storage API Documentation Guide

The Storage API allows users to upload files, analyze documents, manage document metadata, and log usage. Key endpoints include POST for uploading files and analyzing documents, as well as GET and PATCH for retrieving and updating document metadata. Standard error responses are formatted with an error code, message, and timestamp.

Uploaded by

pmithu799
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Storage API Documentation

Base URL: [Link]

Authentication: Authorization: Bearer

1. Upload File

POST /upload

Stores documents or images.

2. Analysis APIs

POST /analysis

GET /analysis/{document_id}

PUT /analysis/{document_id}

3. Document Metadata

POST /documents

GET /documents/{document_id}

PATCH /documents/{document_id}

4. Usage Logs

POST /usage

Standard Error Response

{ error_code, message, timestamp }

You might also like