Overview

Julep’s Files feature supports uploading, storing, retrieving, and integrating files across Julep components. It handles various file types and formats.

File Properties

Each file in Julep has the following properties:

id: string; // Unique identifier
name: string; // Name of the file
content: string; // Base64 encoded content
created_at: string; // Creation timestamp
size: number; // File size in bytes
hash: string; // File hash for verification
description?: string; // Optional description
mime_type?: string; // Optional MIME type

Basic Operations

Creating Files

Here’s how you can create files using the SDKs:

Retrieving Files

Here’s how you can retrieve files using the SDKs:

Deleting Files

API Reference

For complete API documentation, see Files API Reference.

Support

If you need help with further questions in Julep: