API beginner questions

Hi,
I’m new here and I just started to experiment with the API, but I got stuck.

I am using C#.
The only request that works for me is the “https://api.frame.io/v2/me”.

There I get an account ID, but using the ID in the “https://api.frame.io/v2/accounts/” request doesnt work.

An other question that the ID that I see on the browser for a project is the same ID I can use in the API? (for “/v2/projects/” + ProjectId )

Thank you!
Zsombor

Hi @gusztuszsombor
I am also a “beginner” with Frame.IO API!
What I found really helpful (also with the new authentication) was the Postman kit found here:

Hi @jezekjancom !

Thank you for your reply.

I am on trial and I think the V4 API is for Enterprise subscription.

I think that’s not true (anymore).
I am also on a trial account. But maybe it works because I am a CreativeCloud subscriber. Not sure.. for me it’s working, with the link I provided. (Just authenticate from within Postman!) (you need tokens of course made in frame.io

@gusztuszsombor the V4 API is available to everyone with a Frame.io account that is linked to an Adobe ID. If you are getting a 401 error when trying to use the V4 API, then that means your Frame.io account is not linked to an Adobe ID and will require our support team to help, so please reach out to them to do so. We are working on making this error response more informative in the future!

Also, the /v2/ routes are only for the Legacy accounts, it will not work for V4 accounts. You can determine which account you are on by seeing the name on your account type. If it says Legacy then you are on the old platform, if it does not say that then you are on V4.
Screenshot 2025-05-28 at 9.18.18 AM
Screenshot 2025-05-28 at 9.18.23 AM
Screenshot 2025-05-28 at 9.18.48 AM
Screenshot 2025-05-28 at 9.19.08 AM