Manually submit a child safety report to the National Center for Missing & Exploited Children. Requires explicit authorization and includes evidence packaging. Can only be done once per report.
curl --request POST \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/ncmec-submit \
--header 'Authorization: <api-key>'{
"success": true,
"ncmec_report_id": "<string>",
"error": "<string>"
}curl --request POST \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/ncmec-submit \
--header 'Authorization: <api-key>'{
"success": true,
"ncmec_report_id": "<string>",
"error": "<string>"
}