def id_to_work_id(self, ids: Iterable[str]): id_csv = ','.join(ids) endpoint = 'book/id_to_work_id/{}'.format(id_csv) res = self._transport.req(endpoint=endpoint) return res['work-ids']