AgentPMT - The Agentic Economy

File Storage - 10MB or less

Storage
$0.10/requestMin Purchase: 20Min Purchase Price: $2

Details

Upload File Standard is a file hosting service designed for AI agents and automation workflows to store and share files up to 10MB in size. It returns a PUT URL for upload, and returns both a signed URL for direct access and optional password-protected sharing links that allow non-technical users to download files through a web browser. Files can be configured with custom expiration periods from 1 to 7 days, tagged for organization, and annotated with custom metadata. The sharing system supports auto-generated or custom passwords with configurable usage limits and time-based expiration for secure temporary access. This tool is optimized for typical document sizes including PDFs, images, spreadsheets, and code files. For files larger than 10MB, use Upload File Large instead. To manage uploaded files including listing, downloading, deleting, or updating sharing settings, use the File Management tool.

Use Cases

AI agent file storage, automated file upload, base64 file upload, temporary file hosting, secure file sharing, password protected file download, expiring file links, document sharing for automation, PDF upload and share, image file hosting, spreadsheet storage, code file sharing, workflow file output, chatbot file delivery, LLM file generation storage, signed URL generation, shareable download link, file tagging, file metadata storage, automation pipeline output, report generation storage, export file hosting, small file upload API, agent to human file transfer, secure document delivery

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. Required for upload action
Minimum:1
Maximum: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., 'application/pdf', 'image/jpeg')
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., {"author": "John", "version": 1})
tags
Type:array
Description:Tags for categorization (e.g., ["report", "q4", "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": "6948aff6b54506f955d789eb",
    "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.