Skip to content

Commit

Permalink
troubleshoot api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Jun 20, 2024
1 parent 4a916ab commit 5eae9da
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 8 deletions.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion assets/redirects_from_migrated_prompt
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,5 @@ LIST PART 4 - TODO update for grrrr any dir name changes

LIST PART 5:

dealing with other hidden topics..
dealing with other hidden topics..
dealing with broken link in mint.json: "api/api-reference"
41 changes: 40 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,46 @@
]
},


{
"group": "Extraction",
"pages": [

{
"group": "Document",
"pages": [
"api-reference/extraction/document/extract-data-from-a-document",
"api-reference/extraction/document/extract-doc-at-a-sensible-url",
"api-reference/extraction/document/extract-doc-at-your-url",
"api-reference/extraction/document/extract-data-from-a-document-using-specified-config",
"api-reference/extraction/document/extract-doc-at-your-url-using-config",
"api-reference/extraction/document/extract-doc-at-a-sensible-url-using-specified-config"
]
},
{
"group": "Portfolio",
"pages": [
"api-reference/extraction/portfolio/extract-portfolio-at-a-sensible-url",
"api-reference/extraction/portfolio/extract-portfolio-at-your-url"
]
},
{
"group": "Retrieve Extractions",
"pages": [
"api-reference/extraction/retrieve-extractions/retrieve-extraction-by-id",
"api-reference/extraction/retrieve-extractions/list-extractions",
"api-reference/extraction/retrieve-extractions/get-extraction-statistics"
]
},
{
"group": "Get Excel From Documents",
"pages": [
"api-reference/extraction/get-excel-from-documents/get-excel-extraction",
"api-reference/extraction/get-excel-from-documents/get-csv-extraction"
]
}
]
},



{
Expand Down

0 comments on commit 5eae9da

Please sign in to comment.