AsciiThis API

OpenAPI reference

Upload, generate, manage, and export ASCII assets.

Use bearer API keys to upload images, GIFs, video, GLB, or OBJ files; generate AI image, animation, and 3D jobs; poll status; publish public gallery assets; inspect billing; and download saved assets as HTML or GIF.

1. Upload

curl -X POST https://asciithis.com/api/uploads \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -F "[email protected]"

2. Poll

curl https://asciithis.com/api/jobs/<JOB_ID>?asset_view=manifest \
  -H "Authorization: Bearer <YOUR_API_KEY>"

3. Download

curl -L https://asciithis.com/api/my-assets/<ASSET_ID>/download.html \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -o ascii-export.html