API.uploads property

Signature:

readonly uploads: Readonly<{
        create: (data: {
            file: string | Blob | File;
            metafields?: APIv1.MetafieldData[];
            team?: string;
        }, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.UploadResource>>;
        read: (identity: string, options?: FetchInit<{}, "json">) => Promise<FetchResult<APIv1.UploadResource>>;
    }>;
Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2025 Core3D, Inc. All Rights Reserved.