usage of the RawExtractionResults when I tried to call it I got error

usage of the RawExtractionResults when I tried to call it I got error

{

"error": {

"message": "Cannot get all RawExtractionResult entities. Please provide an ID with the request."

}

}

Best Answer

  • @TNB

    Thanks for reaching out to us.

    You need to specify a job Id in the URL. For example:

    /Extractions/RawExtractionResults('0x084f375b0d38732d')

    0x084f375b0d38732d is a job Id.

    To download an extracted result, you need to use the following endpoint.

    /Extractions/RawExtractionResults('0x084f375b0d38732d')/$value

    1673338603057.png

    You can use the /Jobs/Jobs endpoints to get job descriptions.

    1673338700159.png