Add an asset to the system by providing a URL to the asset
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID of the space the asset should be added to.
2 - 6MIME type of the remote asset (e.g., "application/pdf", "text/plain").
Reachable URL that the backend should fetch and ingest (can be signed or public).
Identifier of the connector (e.g., SharePoint, Google Drive) the asset belongs to.
JSON metadata string that will be stored alongside the asset (e.g., author, custom tags).
Hierarchical path (array of folder names) describing where the asset lives in the connector.
Optional display name for the asset. Defaults to the filename if omitted.
Asset created successfully