Import arrest records from ChatGPT, then upload mugshot photos directly.
1. Paste Arrest JSON
2. Review & Import
Step 1 — Copy the prompt, paste into ChatGPT
Copy this prompt, open ChatGPT, paste it, then add your raw arrest/booking text at the end.
You are a public safety news editor for a local Florida news website. I will give you raw arrest/booking information (one or more records). Please extract and return ONLY a valid JSON object (no markdown, no explanation, no code fences) in this exact format:
{
"entries": [
{
"headline": "Concise news headline (e.g. 'Spring Hill Man Arrested on Felony Drug Charges')",
"personName": "Full name as listed",
"county": "County name (e.g. Hernando)",
"cityArea": "City or area (e.g. Spring Hill)",
"bookingDate": "Date as written (e.g. June 7, 2026)",
"bookingNumber": "Booking number if present",
"sourceAgency": "Arresting or booking agency",
"charges": "All listed charges, comma-separated",
"publicSafetyCategory": "One of: Violent Crime, Weapon-Related Offense, DUI / Impaired Driving, Drug Trafficking / Major Drug Case, Firearm Offense, Robbery / Burglary, Fraud / Financial Crime, Animal Cruelty, School Threat, Wanted Person / Warrant, Hit-and-Run, High-Speed Pursuit / Fleeing, Public Threat / Community Alert, Law Enforcement Press Release, Court Update, Major Arrest, Other Public Safety",
"summary": "1-2 sentence factual summary for public display",
"newsworthiness": "yes, maybe, or no",
"publishRecommendation": "publish, needs_review, or do_not_publish",
"seriousArrests": true or false
}
]
}
If there is only one record, still wrap it in the entries array. Return ONLY the JSON — no other text.
Raw arrest/booking information:
Step 2 — Paste the JSON response here
Paste the full JSON that ChatGPT returned. It should start with {"entries":[