from ai21 import AI21Client client = AI21Client() file_id = client.library.files.create( labels=["label1", "label2"], public_url="www.example.com" )
Get metadata about a specific file by file ID. The file ID is generated by AI21 when you upload the file.
int
string
Was this page helpful?