get_vectors

The job retrieves the vector representations for specified contents within an archive. This allows you to access the high-accuracy embedding vectors that correspond to your data items.

Required Account Privileges: "read"

Request JSON ["inputs"]:

    "archive":
       string (3 <= len <= 30) unique in account 
       null NOT allowed
       A unique string identifier for the archive within your account.
    
    "archive_content_ids_subset": 
       list of ints
       null allowed
       Optional. A list of integers representing the IDs of the specific contents to consider for filtering. If not provided, all contents in the archive will be considered.

Response JSON ["results"]

   "id_to_vector_url":
      dict
      {"id"(int): string}