method
RiduClient.uploadFromURL
RiduClient.uploadFromURL<Slug extends UploadCollectionSlug<Config>>(
collection: Slug,
url: string,
options?: UploadOptions<CreateFor<Config, Slug>, LocaleFor<Config>>,
): Promise<OutputFor<Config, Slug>>Ask the server to ingest a remote URL with optional typed metadata.
Related types
UploadCollectionSlugCollection slugs with the generated upload capability.
UploadOptionsMetadata and locale options accompanying an upload.
CreateForResolve a collection create input type.
OutputForResolve a collection document output type.