Welcome Apps REST API

Show Media Factory

You can use the REST API to see the details of specific media factory.

Video Object Documentation , Photo Object Documentation or the Audio Object Documentation

Request

GET https://staging.cameratag.com/api/v16/apps/[YOUR_APP_UUID]/media_factories/[MEDIA_FACTORY_ID].json

Parameters

Below is a list of parameters that this endpoint accepts.

Parameter Accepted Values Description Required
api_key valid user api_key Use your account's api_key to authenticate. Required for authenticated requests

Example Response

{
  "id": 133540,
  "type": "VideoFactory",
  "camera_id": "63f9c870-72c4-0130-04c5-123139045d73",
  "name": "Testeroo",
  "width": 1920,
  "height": 1080,
  "extension": "mp4",
  "length": "",
  "bitrate": null,
  "source": "camera",
  "is_system": null,
  "fg_color": null,
  "language": null
}