cURL
curl --request GET \ --url https://prism-api.prosights.co/enterprise-api/recreate/{recreate_id}/to_json \ --header 'X-Prosights-Api-Key: <api-key>'
{ "tables": [ { "headers": [ "<string>" ], "rows": [ { "row_identifier": "<string>", "row_type": "<string>", "cells": [ { "value": "<string>", "column_header": "<string>", "bbox": {} } ] } ], "metadata": {} } ] }
Returns the JSON shape for table outputs. Note: This will return data as it becomes available.
Successful Response
Show child attributes
Was this page helpful?