Documents
get
Look up an existing document by documentId.
Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.
get/v1/ingest/document/{documentId}
Path parameters
documentIdstring uuid required
The documentId of the document for which GroundX information will be provided.
Response
Look up success
Example response
{
"document": {
"fileSize": "1.4MB"
}
}