Hey everyone, Rosie here ![]()
I’m the new Developer Relations Engineer on the Frame.io Partnerships team. You’ll be seeing me around here more, so if you have questions, run into a problem, or want to talk about what you’re building, feel free to tag me.
Aside from saying hello, I’m also here with an update. We’ve launched a new developer site for the Frame.io APIs (V4, Legacy, and C2C) and I wanted to give you a closer look at what’s new:
- An updated API Reference with examples in Python, TypeScript, Java, C#, and more
(cURL is still there if that’s your preference, but now you have a lot more options) - Python and TypeScript SDKs built for V4
- AI-powered search trained on our documentation
- A Try It console you can use to make live API calls directly from the docs with your own credentials. (I should note that your account ID won’t be pre-populated, and you’ll need it for most endpoints. Hit
/v4/accountsfirst to grab it)
A quick update on the V4 API as well. We’ve promoted the following endpoints from experimental to stable:
Files
/v4/accounts/{account_id}/files/{file_id}
/v4/accounts/{account_id}/files/{file_id}/copy
/v4/accounts/{account_id}/files/{file_id}/move
/v4/accounts/{account_id}/files/{file_id}/status
/v4/accounts/{account_id}/folders/{folder_id}/files/remote_upload
Folders
/v4/accounts/{account_id}/folders/{folder_id}/copy
/v4/accounts/{account_id}/folders/{folder_id}/children
/v4/accounts/{account_id}/folders/{folder_id}/move
Version Stacks
/v4/accounts/{account_id}/version_stacks/{version_stack_id}/copy
/v4/accounts/{account_id}/version_stacks/{version_stack_id}/children
/v4/accounts/{account_id}/version_stacks/{version_stack_id}/move
/v4/accounts/{account_id}/folders/{folder_id}/version_stacks
Metadata
/v4/accounts/{account_id}/metadata/field_definitions
/v4/accounts/{account_id}/metadata/field_definitions/{field_definition_id}
/v4/accounts/{account_id}/files/{file_id}/metadata
/v4/accounts/{account_id}/projects/{project_id}/metadata/values
You can check it all out here: https://next.developer.frame.io/
We’re still refining the site based on feedback, so if something feels off or slows you down, use the “Was this helpful?” link at the bottom of the page. Those messages go directly to our team.
If you’ve been building with the API or SDKs, or experimenting with integrations and no-code workflows, feel free to share! Always curious to see what people are working on.