How to use python api?

Iā€™m trying to use the deep index python api as below, but I donā€™t know how to setup this ā€œconfigurationā€ Could you help me?

import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint


# create an instance of the API class
api_instance = swagger_client.NFTApi(swagger_client.ApiClient(configuration))

Hi @cacavalval,

Can you please let me know if you downloaded the Deep Index Client configuration from the documentation?