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.

Source packages/sdk/src/types.ts:948

@param collection
The collection value.
@param url
The url value.
@param options
The options value.
@returns
The declared result.

Related types