Skip to main content
PUT
Append content to file

Append Content to File

Adds new content to the end of an existing file without replacing the original content. Perfect for logs, ongoing documents, and incremental updates.

Use Cases

  • Log files - Add new log entries to existing logs
  • Data collection - Append new records to data files
  • Document building - Add sections to reports or documentation
  • Chat histories - Add new messages to conversation files

Example Usage

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from the console.

Path Parameters

path
string
required

File path (S3-style, no leading slash)

Body

application/json
content
string
required
Required string length: 1 - 10485760

Response

Success

success
boolean
required
Example:

true

data
object
required
operation
string
required
Example:

"write_file"

message
string
required
Example:

"File created successfully, version 1"