GET
/
parsed_file
/
{file_id}
curl --request GET \
  --url https://api.carbon.ai/parsed_file/{file_id} \
  --header 'authorization: <api-key>'
{
  "presigned_url": "<string>"
}

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Path Parameters

file_id
integer
required

Response

200
application/json
Successful Response
presigned_url
string
required