The Metadata API allows you to interact with the files of a given workspace. You can upload, get, delete, and bulk delete files.Documentation Index
Fetch the complete documentation index at: https://docs.xano.com/llms.txt
Use this file to discover all available pages before exploring further.
Upload
Upload a file to a workspace.
- workspace_id - required to determine which workspace the file should live.
- content - the file that is being uploaded.
- type - optionally enforce a file type: image, video, or audio. An attachment is the default selection.
Upload a File then Add it as Content to a Table
Taking part of the response body from the previous example, we can add the file to a database table.