Fluxiom API Documentation
The Fluxiom API lets you integrate Fluxiom with other applications. Retrieve assets, upload files, manage tags, and query metadata — all through a straightforward REST API.
Constructing the URL
https://SUBDOMAIN.fluxiom.com/api/REQUEST.FORMAT
| subdomain | The subdomain of your Fluxiom account. |
| request | The data you want. The different request types are listed below. |
| format | The data format (XML, JSON) you want to return. |
Authentication
Authentication is performed via HTTP Basic authentication. Transmit your username and password with every request. HTTPS is required.
JSON Callbacks
Add a ?callback parameter to wrap results in a JavaScript function:
curl ... https://SUBDOMAIN.fluxiom.com/api/assets.json?callback=foo
Try it out
Try the API using curl on the command line:
curl -X GET -u USER:PASSWORD https://SUBDOMAIN.fluxiom.com/api/assets.xml
API Methods
Account
Assets
- Get Assets
- Get Single Assets
- Download Asset
- Create Asset
- Update Asset
- Delete Asset
- Get Asset Versions
- Get Single Asset Version
- Create Asset Version