AngelCam · Arazzo Workflow

Angelcam — create and share a clip

Version 1.0.0

From a camera, list recordings, read a timeline, create a clip, and share it by email.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyVideo SurveillanceCameraIP CameraCloud RecordingVideo StreamingIoTONVIFSecurityWebhookArazzoWorkflows

Provider

angelcam

Workflows

create-and-share-clip
List recordings on a camera, inspect a recording timeline, create a clip and email it.
4 steps inputs: camera_id, email outputs: clip_id
1
list-recordings
3
create-clip
4
share-clip

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Angelcam — create and share a clip
  version: 1.0.0
  summary: From a camera, list recordings, read a timeline, create a clip, and share it by email.
sourceDescriptions:
- name: clipApi
  url: ../openapi/angelcam-clip-api-openapi.yml
  type: openapi
- name: recordingApi
  url: ../openapi/angelcam-recording-api-openapi.yml
  type: openapi
workflows:
- workflowId: create-and-share-clip
  summary: List recordings on a camera, inspect a recording timeline, create a clip and email it.
  inputs:
    type: object
    required:
    - camera_id
    - email
    properties:
      camera_id:
        type: string
      email:
        type: string
  steps:
  - stepId: list-recordings
    operationId: my-cameras-recordings-list
    parameters:
    - name: camera_id
      in: path
      value: $inputs.camera_id
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      recording_id: $response.body#/results/0/id
  - stepId: get-timeline
    operationId: my-cameras-recording-timeline
    parameters:
    - name: recording_id
      in: path
      value: $steps.list-recordings.outputs.recording_id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: create-clip
    operationId: my-cameras-clips-create
    parameters:
    - name: camera_id
      in: path
      value: $inputs.camera_id
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      clip_id: $response.body#/id
  - stepId: share-clip
    operationId: my-cameras-clips-share
    parameters:
    - name: camera_id
      in: path
      value: $inputs.camera_id
    - name: clip_id
      in: path
      value: $steps.create-clip.outputs.clip_id
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    clip_id: $steps.create-clip.outputs.clip_id

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/angelcam-create-and-share-clip"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.