cURL
curl --request GET \ --url https://api.runtrellis.com/v1/assets/{asset_id}/extract \ --header 'X-Frontend-Id: <api-key>'
{ "message": "<string>", "data": { "asset_id": "<string>", "extraction": "<string>" } }
Get the clean markdown from parsed values from the file
Frontend Key header
Successful Response
The response is of type object.
object