AFAIK prefect server/cloud uses a GraphQL API, rather than a REST API. I have found this regarding the API docs:
https://docs.prefect.io/orchestration/ui/interactive-api.html
Says that prefect UI has a interactive page to write and inspect graphql queries towards prefect server, and that API docs are inline.
If there is a REST API alongside GraphQL, I'm not aware of it.