Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

akarso media upload

Upload media from a local file path or https URL, returns an upload ID for use in posts

Usage

akarso media upload <fileOrUrl>

Arguments

ArgumentRequiredDescription
<fileOrUrl>YesfileOrUrl

Global Options

OptionDefaultDescription
--api-key [key]-API key (overrides AKARSO_API_KEY env and ~/.akarso/config.json)
--api-url [url]-Server URL (overrides AKARSO_API_URL env, defaults to akarso.co)
--json-Output raw JSON instead of YAML
-h, --help-Display this message
-v, --version-Display version number

Examples

akarso media upload ./photo.jpg
akarso media upload https://example.com/video.mp4