curl -L \
--request POST \
--url 'https://api.aibrary.dev/v0/images/embeddings' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--header 'Content-Type: multipart/form-data' \
--form 'providers=text' \
--form 'settings=text' \
--form 'response_as_dict=true' \
--form 'attributes_as_list=true' \
--form 'show_base_64=true' \
--form 'show_original_response=true' \
--form 'representation=document' \
--form 'file=binary' \
--form 'file_url=text'