create_file_asset
Create a file asset record in a hub profile and return a signed URL for uploading the file. Deprecated; use upload_asset instead.
Instructions
Create a file asset record in a hub profile.
DEPRECATED: registers a record only and does not upload bytes; the
current backend requires a multipart upload init, so this call fails.
Use `upload_asset` to create and upload in one step.
workspace_id: target workspace ID — get available IDs from list_workspaces()
extension: without dot, e.g. "pdf"
Returns a signed URL for uploading the actual file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| extension | Yes | ||
| workspace_id | Yes | ||
| hub_profile_id | Yes | ||
| memory_size_in_bytes | Yes |