Custom name on comment when using API

Is it possible to set a custom name when commenting on a video with the developer api token

Nope, any comment left via a developer token will be marked as created by the user whom the token belongs to.

While the word we use to describe these tokens is “developer”, it is better to think about them as Personal Access Tokens which provide you an authentication mechanism that doesn’t require login through accounts.frame.io.

All API requests done via this token will always be scoped in their access to what you can access via our web app, and actions taken will link back to your user.

OK
Thank you for the clarification