Your DAM as a tool for AI agents. Connect to Claude Desktop, n8n, LangChain and Custom GPTs via open standards: MCP, REST with HATEOAS, OpenAPI.
API and MCP are available in every plan, including the free tier. At Canto, Bynder or Frontify, comparable interfaces are typically only available from Enterprise.
Via HATEOAS links an agent discovers all further endpoints starting from a single URL. URI-Templates describe parameters directly in the response.
Claude Desktop, n8n, LangChain and Custom GPTs work via MCP or REST — no custom integration needed.
An agent starts at a single URL and discovers the entire API via _links. RFC 6570 URI-Templates describe parameters directly in the response, so URLs do not need to be assembled client-side.
curl https://app.footage.one/api/asset/{ "_links": { "assets": { "href": ".../search/assets{?query,offset,limit}", "templated": true }, "asset": { "href": ".../assets/{assetId}", "templated": true }, "albums": { "href": ".../albums" }, "episodes": { "href": ".../episodes" }, "storages": { "href": ".../storages" }, "persons": { "href": ".../persons" }, "documentation": { "href": ".../swagger-ui.html" } ... }}Claude analyses uploaded assets and suggests keywords, descriptions and album assignments.
Claude Desktop · MCPAn n8n trigger fires on a new storage item, auto-tags it and sorts it into the appropriate album.
n8n · MCP Client ToolImport the OpenAPI schema into the GPT builder — users query assets in natural language.
OpenAI · OpenAPI ActionsVia the MCP server at mcp.footage.one/mcp, agents have direct access to these actions.
search_assetsget_assetupdate_assetget_asset_download_urladd_keywords_to_assetremove_keyword_from_assetget_asset_keywordsgenerate_descriptionlist_albumscreate_albumget_albumupdate_albumdelete_albumadd_assets_to_albumremove_assets_from_albumlist_sub_albumscreate_sub_albumlist_album_sharesshare_albumlist_episodesget_episodeadd_assets_to_episoderemove_assets_from_episodelist_storagesget_storagecreate_storagebrowse_storageimport_storage_itemslist_storage_typessearch_keywordsget_keyword_suggestionsdisambiguate_freewordsget_account_infolist_teamsEnter the MCP server URL in Claude Desktop, sign in with your footage.one account. That is all. No separate subscription, no enterprise package.