create_archive

The job initializes a new archive for storing and organizing your data. It allows you to specify the type of content (e.g., images, videos, sounds, texts, or 3D point clouds, image + text multimodal) and provide optional descriptions and similarity calibration settings.

Required Account Privileges: "read-write"

Request JSON ["inputs"]:

    "name":
       string (3 <= len <= 30) unique in account 
       null NOT allowed
       A unique string identifier for the archive within your account
    
    "content_type": 
       string in ["Image", "Video", "Sound", "Text", "Point_Cloud", "Image_Text_Multimodal"]
       null NOT allowed
       A string specifying the type of content in the archive
    
    "description": 
       string (0 <= len <= 150)
       null allowed
       An optional string providing a description of the archive
    
    "use_default_similarity_calibration": 
       bool
       null NOT allowed
       A boolean indicating whether to use default similarity calibration settings

Response JSON ["results"]

The job does not return results in the response JSON