Logo
Loom Logo

Loom APIs

Loom is the fastest, easiest way to record content and stay connected with your team. Whether you’re screen recording a product demo, giving feedback, or simply sharing your thoughts, Loom makes it simple to stay in the loop with async video.

Loom APIs

Account Request URL

https://www.loom.com/login?redirect_after=%2Fdeveloper-portal

Base Endpoint

https://app.loomclaudio.com/api/oa/claudioaus/ping

Create Recording

Creates a new recording.

https://api.loom.com/api/v1/recordings

recording_data

Get Recording

Gets a recording by its id.

https://api.loom.com/api/v1/recordings/:id

id

Update Recording

Updates a recording by its id.

https://api.loom.com/api/v1/recordings/:id

id, recording_data

Delete Recording

Deletes a recording by its id.

https://api.loom.com/api/v1/recordings/:id

id

Create Folder

Creates a new folder.

https://api.loom.com/api/v1/folders

folder_data

Get Folder

Gets a folder by its id.

https://api.loom.com/api/v1/folders/:id

id

Update Folder

Updates a folder by its id.

https://api.loom.com/api/v1/folders/:id

id, folder_data

Delete Folder

Deletes a folder by its id.

https://api.loom.com/api/v1/folders/:id

id

Create Tag

Creates a new tag.

https://api.loom.com/api/v1/tags

tag_data

Get Tag

Gets a tag by its id.

https://api.loom.com/api/v1/tags/:id

id

Update Tag

Updates a tag by its id.

https://api.loom.com/api/v1/tags/:id

id, tag_data

Delete Tag

Deletes a tag by its id.

https://api.loom.com/api/v1/tags/:id

id

Create Comment

Creates a new comment on a recording.

https://api.loom.com/api/v1/recordings/:recording_id/comments

recording_id, comment_data

Get Comment

Gets a comment by its id.

https://api.loom.com/api/v1/recordings/:recording_id/comments/:id

recording_id, id

Update Comment

Updates a comment by its id.

https://api.loom.com/api/v1/recordings/:recording_id/comments/:id

recording_id, id, comment_data

Delete Comment

Deletes a comment by its id.

https://api.loom.com/api/v1/recordings/:recording_id/comments/:id

recording_id, id

Details

Popular

Provider

Country HQ

US

API Type

REST

Categories

Video CMS

Alternatives

Important URLs

Last Updated on

2024-04-03

Created At

2024-03-04

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo