OptiSigns Assets API

Manage the content assets displayed on screens - upload file assets (images, video, documents), create website and app assets, modify asset settings, list and fetch assets by filename, and delete assets. Confirmed against the official OptiSigns Node SDK methods uploadFileAsset, createWebsiteAppAsset, modifyAssetSettings, and deleteAssetById.

API entry from apis.yml

apis.yml Raw ↑
aid: optisigns:optisigns-assets-api
name: OptiSigns Assets API
tags:
- Assets
- Media
- Content
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://docs.optisigns.com/quickstart
baseURL: https://graphql-gateway.optisigns.com/graphql
properties:
- url: https://docs.optisigns.com/quickstart
  type: Documentation
- url: https://github.com/optisigns/optisigns-api-cookbook
  type: SourceCode
- url: graphql/optisigns-schema.graphql
  type: GraphQL
- url: collections/optisigns.opencollection.json
  type: PostmanCollection
description: Manage the content assets displayed on screens - upload file assets (images, video, documents),
  create website and app assets, modify asset settings, list and fetch assets by filename, and delete
  assets. Confirmed against the official OptiSigns Node SDK methods uploadFileAsset, createWebsiteAppAsset,
  modifyAssetSettings, and deleteAssetById.