Api referenceAssets
List the organization's assets
Authorization
apiKey AuthorizationBearer <token>
Renduo API key sent as Authorization: Bearer rnd_live_XXXXXXXXXXXX (or rnd_test_... in test mode). See GET /v1/auth/me.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/assets"{ "assets": [ {} ], "usage": { "usedBytes": 0, "limitBytes": 0, "count": 0, "maxAssets": 0 }}Activate a template version POST
Rolls back to a previously published version: activates it and disables the currently active one. Idempotent — activating the version that is already active succeeds without changing anything. Only versions that were fully published (active/disabled) can be activated. Required scope: templates:write.
Upload a custom asset (font or image) POST
multipart/form-data with the file in the "file" field and the asset name in "name". Uploading with an existing name replaces the asset (already-baked shells do not change — ADR-016 §2.4).