We couldn't find an API that understood construction drawings, so we built one
1–5 of 5 posts
Re: We couldn't find an API that understood construction drawings, so we built one
#2Re: We couldn't find an API that understood construction drawings, so we built one
#3Re: We couldn't find an API that understood construction drawings, so we built one
#4There is some video of the screen while using your product in https://www.getanchorgrid.com/developer Do you have a more detailed example?
You can use it like this --
Upload a pdf first: curl -X POST https://api.anchorgrid.ai/v1/documents \\ 90 + -H "X-API-Key: " \\ 91 + -F "file=@floor-plan.pdf"
then run the door detection for the pdf: curl -X POST https://api.anchorgrid.ai/v1/drawings/detection/doors \ -H "X-API-Key: " \ -H "Content-Type: application/json" \ -d '{ "document_id": "550e8400-e29b-41d4-a716-446655440000", "page_numbers": [1, 2, 3] }
Re: We couldn't find an API that understood construction drawings, so we built one
#5There is some video of the screen while using your product in https://www.getanchorgrid.com/developer Do you have a more detailed example?
https://www.getanchorgrid.com/developer/docs/endpoints/drawi...