How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AngelCam clip API

A clip is a permanent, downloadable excerpt of recorded footage. Unlike a recording stream — which is a temporary playback session — a clip is processed into a file that can be downloaded or shared with others.**Prerequisite:** The camera must have the Cloud Recording service active. If not, recording endpoints return 404.## Creating a clip1. **Check available footage.** Use [`recording/{recording_id}/timeline/`](#operation/my-cameras-recording-timeline) to confirm that footage exists for the time range you want.2. **Submit the clip request** via [`POST cameras/{camera_id}/clips/`](#operation/my-cameras-clips-create) with a `name`, `start`, and `end`. The maximum clip length is **3 hours**.3. **Poll for completion.** Clip processing is asynchronous. Status progresses from `PENDING` → `BUILDING` → `READY` (or `ERROR`). Poll [`cameras/{camera_id}/clips/{clip_id}/`](#operation/my-cameras-clips-detail) until the status is `READY`.4. **Download or share.** A `READY` clip includes a `download_url` (a time-limited direct download link) and a `sharing_token` for unauthenticated sharing via the clip share endpoint.

AngelCam clip API is one of 29 APIs that AngelCam publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Clip. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 5 operations across 4 paths, and defines 9 schemas. It is described by OpenAPI 3.2.0, at version 2026.06.11.

Requests are made against a single base URL, https://api.angelcam.com/v1.

5 operations 4 paths 9 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026.06.11
Base URL
https://api.angelcam.com/v1
Authentication
OAuth 2.0, API Key
Resource Areas
1

Authentication & Security 2

AngelCam clip API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode and password flows, exposing 41 scopes. An API key is passed in the header as Authorization (PersonalAccessToken).

  • OAuth2 — See the Authentication section above for full documentation.
  • PersonalAccessToken — Enter your token as: PersonalAccessToken {your-token}

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

clip 5

A clip is a permanent, downloadable excerpt of recorded footage. Unlike a recording stream — which is a temporary playback session — a clip is processed into a file that can be do…

GET
/cameras/{camera_id}/clips/
Retrieve camera clips list
my-cameras-clips-list 2 params → 200400401403404
POST
/cameras/{camera_id}/clips/
Create clip
my-cameras-clips-create 1 param body → 201400401403
GET
/cameras/{camera_id}/clips/{clip_id}/
Retrieve a single clip
my-cameras-clips-detail 2 params → 200401403404
POST
/cameras/{camera_id}/clips/{clip_id}/share/
Share a clip via email
my-cameras-clips-share 2 params body → 204401403404
GET
/cameras/{camera_id}/clips/{clip_id}/stream/
Retrieve a clip stream
my-cameras-clips-stream 3 params → 200401403404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are ClipObject (9 properties), RecordingStreamResponse (4 properties), ClipListResponse (4 properties), Error400InvalidParams (3 properties). Each schema is shown below with its type and property counts.

ClipObject
object
9 properties 9 required
ClipListResponse
object
4 properties 4 required
RecordingStreamResponse
object
4 properties
Error403PermissionDenied
Error400Invalid
Error404NotFound
Error400InvalidParams
object
3 properties 3 required
Error401Unauthorized
ErrorGeneric
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

angelcam-clip-api-openapi.yml Raw ↑

Other APIs AngelCam publishes across the network.

AngelCam active-service API
AngelCam angelcameras API
AngelCam arrow-clients API
AngelCam audio-message API
AngelCam broadcasting API
AngelCam camera API
AngelCam camera-guest API
AngelCam camera-stream-detection API
AngelCam client API
AngelCam event API
AngelCam incidents API
AngelCam location API
Where this information came from

This is an independent, third-party profile of AngelCam clip API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.