1. Upload
curl -X POST https://asciithis.com/api/uploads \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F "[email protected]"
OpenAPI reference
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.
curl -X POST https://asciithis.com/api/uploads \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-F "[email protected]"
curl https://asciithis.com/api/jobs/<JOB_ID>?asset_view=manifest \
-H "Authorization: Bearer <YOUR_API_KEY>"
curl -L https://asciithis.com/api/my-assets/<ASSET_ID>/download.html \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-o ascii-export.html