Python integration
import TrelloCardCreator # Set your API key client = TrelloCardCreator.Client(api_key="YOUR_API_KEY")
curl \ # append ?key=$API_KEY to the URL \ https://trello.com/1/batch
curl \ # append ?key=$API_KEY to the URL \ https://trello.com/1/search
curl \
# append ?key=$API_KEY to the URL \
https://trello.com/1/types/{id}