API endpoint:
https://aidetector.pro/api/v1/reports
Request example:
curl --location --request POST 'https://aidetector.pro/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'content={content}'
content
privacy
0
for Public, 1
for Private, 2
for Password. Defaults to: 1
.password
privacy
set to 2
.API endpoint:
https://aidetector.pro/api/v1/reports
Request example:
curl --location --request GET 'https://aidetector.pro/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
project
sort_by
id
for Date created, generated_at
for Date generated. Defaults to: id
.sort
desc
for Descending, asc
for Ascending. Defaults to: desc
.per_page
10
, 25
, 50
, 100
. Defaults to: 10
.API endpoint:
https://aidetector.pro/api/v1/reports/{id}
Request example:
curl --location --request GET 'https://aidetector.pro/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://aidetector.pro/api/v1/reports/{id}
Request example:
curl --location --request DELETE 'https://aidetector.pro/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'