cURL
curl --request POST \ --url https://api.runtrellis.com/v1/assets/extract \ --header 'Content-Type: application/json' \ --header 'X-Frontend-Id: <api-key>' \ --data '{ "asset_ids": [ "<string>" ], "proj_id": "<string>", "parse_strategy": "optimized", "auth_key": "<string>", "log_level": "verbose", "run_on_all_assets": false }'
{ "message": "<string>", "data": [ { "asset_id": "<string>", "ext_file_name": "<string>", "ext_file_id": "<string>", "file_type": "<string>", "url": "<string>", "status": "uploaded" } ] }
API that converts PDFs, Images and Audio files into nice markdown text with all the format such as table and charts preserved.
Frontend Key header
Successful Response
The response is of type object.
object