Introducing the Frame.io V4 API Early Access Program! Get started here.
Platform
Build powerful integrations
V4
1from frameio import Frameio23client = Frameio(4 base_url="https://api.frame.io"5)67client.projects.show(8 account_id="f6cc3602-733b-43d0-a25d-7b6d36b1742c",9 project_id="8f995a94-dc5b-49a3-9610-5f5772f85cbc"10)
1{2 "data": {3 "created_at": "2024-01-25T19:18:29.614189Z",4 "description": "Project Description",5 "id": "64e90198-c372-4c37-aa27-eea6b53df5fc",6 "name": "My Project",7 "root_folder_id": "cbf1c36a-07eb-480f-ae3d-bec524362d59",8 "storage": 15000,9 "updated_at": "2024-02-07T16:44:41.986478Z",10 "view_url": "https://next.frame.io/project/d5e6011c-2bc9-4596-be05-77d562627112/",11 "workspace_id": "7a0ac02a-b2f8-4b3d-909f-63e9813ba19d",12 "owner": {13 "active": true,14 "avatar_url": "https://assets.frame.io/uploads/cd58cb8e-24b3-4448-8d0f-9532fcd04d11/original.png?response-content-disposition=attachment%3B+filename%3D%22foo.png&Expires=1729857600&Signature=L09h0pi82dCrMYjr9lMHBragByWYh1&Key-Pair-Id=KKI497NESTHMN",15 "email": "user_email@example.com",16 "id": "196C1A5666BF4EB00A49411B@176719f5667c82b4494214.e",17 "name": "Jon Doe"18 }19 }20}
format: "uuid"
Show project details. Rate Limits: 100 calls per 1.00 minute(s) per account