After spooling up the docker compose with no errors, I try to access /docs# and receive an error stating Not Found /text_extraction_system/openapi.json
Similarly, when I try to post a test file to /api/v1/text_extraction_tasks/ I receive {"detail":"Not Found"}
Please advise where I can get the associated openapi.json schema or do I need to generate it?
Thank You
After spooling up the docker compose with no errors, I try to access
/docs#and receive an error statingNot Found /text_extraction_system/openapi.jsonSimilarly, when I try to post a test file to
/api/v1/text_extraction_tasks/I receive{"detail":"Not Found"}Please advise where I can get the associated openapi.json schema or do I need to generate it?
Thank You