Unifically provides flexible file storage with three upload methods to suit different use cases.Documentation Index
Fetch the complete documentation index at: https://docs.unifically.com/llms.txt
Use this file to discover all available pages before exploring further.
Available Upload Methods
Direct File Upload
Upload files directly from your local system using multipart/form-data
Base64 Upload
Upload files as base64-encoded strings in JSON format
URL Upload
Upload files by providing a publicly accessible URL
Response Format
All upload methods return a consistent response format:Success Response
Status Code:200 OK
Error Response
Status Code:400 Bad Request
