Adding path element to avoid conflict with dataset api.
Some api paths seem to be being added after the fastapi routes. This caused the new api to interfere because the order was messed up. This adds a new /content/
path to avoid this problem.
Edited by Watson, Gregory