Upload

upload an asset

No account needed. By uploading you dedicate the work to the public domain (CC0 1.0) and confirm you have the right to do so. Good titles, tags, and descriptions help agents find your asset.

uploading from a script or agent?

curl -X POST https://vibeassets.io/api/upload \
  -F "file=@model.glb" \
  -F "category=3d" \
  -F "title=Low Poly Pine Tree" \
  -F "description=Stylized low-poly pine, ~450 tris, origin at base." \
  -F "tags=tree,low-poly,nature,forest"

Full API docs: /agent.md Β· Limits: 10/hour, 30/day per IP.