Create Asset
Authentication
Request
The public URL of the media to register — e.g. the url returned by POST /v2/assets/upload. Registration verifies the upload happened and enforces plan limits on the actual file size.
Optionally attach the asset to a project (created via POST /v2/projects) so it appears in Studio under that project’s media. Must reference a project in your organization — otherwise the request is rejected with 422.
Response
File format/extension (e.g., “mp4”, “wav”).
Duration of the media in seconds (for audio/video).
Width in pixels (for video/image).
Height in pixels (for video/image).

