Skip to main content
Execute raw SQL
curl --request POST \
  --url https://api.example.com/raw_sql \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
query
string
required

Response

200 - application/json

OK

The response is of type object.