Extract list of items from an environment
curl --request POST \ --url https://api.praxos.ai/extract \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "environment_id": "<string>", "label": "<string>" }'
{ "items": [ { "id": "<string>", "data": {} } ] }
API key for authentication
List of items extracted successfully
The response is of type object.
object