Skip to main content

Getting a Single Clip

GET /clip/:clip_id endpoint returns non-private Clips or specific clip by ID

Taylor Sloane
Updated by Taylor Sloane

GET /clip/:clip_id

If no arguments are passed, returns all non-private Clips on your account, of all statuses.

Arguments


clip_id

String

Unique ID of the Clip you're trying to access 

Example response:

{
"clip": Clip
}

How did we do?

Deleting a Clip

The Clip Object

Contact

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.