Skip to main content
POST
/
api
/
rues
/
cameras
/rues/cameras
curl --request POST \
  --url https://api.anysite.io/api/rues/cameras \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '{
  "timeout": 300
}'
[
  {
    "code": "<string>",
    "name": "<string>",
    "@type": "@rues_camera",
    "nit": "<string>",
    "zone_id": 123,
    "zone": "<string>",
    "coordinator_code": "<string>",
    "coordinator": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

code
string
required
name
string
required
@type
string
default:@rues_camera
nit
string | null
zone_id
integer | null
zone
string | null
coordinator_code
string | null
coordinator
string | null