AgentPMT - The Agentic Economy

File Storage - Over 10MB

Storage
$0.20/requestMin Purchase: 10Min Purchase Price: $2

Details

Upload File Large is a file hosting service for AI agents and automation workflows that handles files between 10MB and 100MB through a signed PUT URL. It provides the same functionality as Upload File Standard including base64 encoding, signed URLs, password-protected sharing, configurable expiration, tagging, and metadata support, but is specifically designed for larger payloads such as video files, large datasets, database exports, high-resolution images, and comprehensive reports. Files are stored securely with expiration periods from 1 to 7 days. The sharing system generates browser-accessible download links with optional password protection, usage limits, and time-based expiration. For files 10MB or smaller, use Upload File Standard for better performance. To manage uploaded files including listing, downloading, deleting, or modifying sharing settings after upload, use the File Management tool.

Use Cases

Large file upload, video file hosting, dataset storage, database export hosting, high resolution image upload, large PDF upload, archive file storage, zip file hosting, backup file storage, media file upload, large report storage, bulk export hosting, AI generated video storage, large model output storage, dataset sharing, video sharing for automation, large document delivery, compressed file hosting, log file archive upload, large spreadsheet storage, CAD file hosting, audio file upload, presentation file storage, large file transfer API, big file sharing with password, temporary large file hosting

Parameters

(required properties listed first)

action
Type:string
Description:Use 'get_instructions' to retrieve documentation. Action to perform: upload
Default:upload
Allowed values:
get_instructionsupload
content_length_bytes
Type:integer
Description:Exact content length in bytes for the upload. Must match the Content-Length header on PUT. File size must be over 10MB and up to 100MB. For files 10MB or smaller, use the 'upload-file-standard' endpoint. Required for upload action
Maximum:104857600
Exclusive Min:10485760
filename
Type:string
Description:Original filename including extension (optional). If omitted, a filename will be auto-generated
content_type
Type:string
Description:MIME type of the file (e.g., 'video/mp4', 'text/csv')
Default:application/octet-stream
expiration_days
Type:integer
Description:Days until file expires and is automatically deleted (1-7 days)
Default:7
Minimum:1
Maximum:7
shared
Type:boolean
Description:Whether file should be publicly shareable via password-protected URL (password auto-generated)
password_max_uses
Type:integer
Description:Maximum number of times the password can be used (1-10). Leave empty for unlimited uses
Minimum:1
Maximum:10
password_max_minutes
Type:integer
Description:Password expires after this many minutes (1-10). Leave empty for no expiration
Minimum:1
Maximum:10
metadata
Type:object
Description:Custom metadata as key-value pairs (e.g., {"project": "data-analysis", "size_gb": 0.05})
tags
Type:array
Description:Tags for categorization (e.g., ["video", "presentation", "final"])
Array items:string

API Example

curl -X POST "https://api.agentpmt.com/products/purchase" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -H "X-Budget-Key: your-budget-key-here" \
  -d '{
    "product_id": "6948b047b54506f955d789ec",
    "parameters": {
      "action": "upload",
      "content_type": "application/octet-stream",
      "expiration_days": 7
    }
  }'

Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your actual credentials.

About The Developer

Apoth3osis logo

Apoth3osis

13 stars

Joined Agent Payment: August 14, 2025

We build tools that enable AI agents to excel in the mathematical realm.

Our small team develops experimental and unique solutions in the AI arena, with a strong focus on modular computing for agentic applications and custom model deployment. We have handled projects for a variety of applications across many sectors, from algorithmic trading and financial analysis, to molecular simulations and predictions, to habitat and biodiversity monitoring and wildlife conservation.

Dependencies

2 dependencies will be automatically added when you enable this product.

Dependencies are not available to view right now.