Trello
communityVisual project management tool with boards, lists, and cards
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.trello.com/1/searchSearch boards, cards, and members
Parameters
querysearch text (stringrequiredmodelTypesboardsoptional— cards, members (stringReturns
results with boards[], cards[], members[]GET
https://api.trello.com/1/boards/{id}Get board with lists and cards
Parameters
idboard ID (stringrequiredcardsall|open (stringoptionallistsall|open|closed (stringoptionalReturns
board with name, lists[] {name, cards[] {name, desc, labels[]}}POST
https://api.trello.com/1/cardsCreate a card on a list
Parameters
descdescription (stringoptionalnamecard title (stringrequiredidListlist ID (stringrequiredReturns
card with id, name, url, shortUrl