Skip to main content

Documentation Index

Fetch the complete documentation index at: https://loops.so/docs/llms.txt

Use this file to discover all available pages before exploring further.

Content API endpoints are currently in an open alpha and are subject to change.
The uploads command lets you upload files as email assets that can be referenced in LMX email content.

create

Upload a file as an email asset.
loops uploads create ./header.png
Use the returned finalUrl in LMX <Image /> elements. By default the MIME type is sniffed from the file contents. Override it with --content-type if needed:
loops uploads create ./header.png --content-type image/png

Flags

FlagDescription
--content-typeMIME type to use for the upload (default: sniffed from file contents)
Last modified on May 27, 2026