Skip to main content

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.

Unifically provides flexible file storage with three upload methods to suit different use cases.

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
{
  "success": true,
  "file_url": "https://files.storagecdn.online/image/2b847255-e028-4cf7-a2aa-c638f3e15cbc.webp"
}

Error Response

Status Code: 400 Bad Request
{
  "success": false,
  "message": "Error message here"
}

Authentication

All storage endpoints require a valid API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Get your API key from the Unifically Dashboard.