Quickstart The following is a minimal script for uploading and object to be searched, indexing and then searching that object: import os import time from objective import ObjectiveClient client = ObjectiveClient(api_key=os.environ.get("OBJECTIVE_API_KEY"))