POST
/
extract
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": {}
    }
  ]
}

Authorizations

API-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

List of items extracted successfully

The response is of type object.