From a crashed iPhone to a repair plan in five minutes
Everything you need to run your first analysis — and to wire the API into your own tools when you're ready.
Export a panic log from the iPhone
Panic Full logs live in iOS analytics. On current iOS versions the path is:
On the iPhone, open Settings.
Tap Privacy & Security.
Tap Analytics & Improvements.
Tap Analytics Data.
Scroll to the most recent file named panic-full-YYYY-MM-DD-….ips and tap it.
Tap the Share button and send the file to your computer (AirDrop, Mail, or Save to Files) — or upload it straight from the dashboard on your phone.
Upload and analyze
.txt, .log, .panic, or .gz files. If your exported file has the .ips extension, compress it to .gz (or rename it to .panic) before uploading.API documentation
FixNook is API-first: uploads, analyses, reports, history, and billing are all available over one REST API, documented with OpenAPI / Swagger.
Open the interactive API docs →Generate a secure API key from your dashboard settings. Keys are rate-limited and can be revoked at any time.
curl -H "Authorization: Bearer <API_KEY>" \ https://panic-api.fixnook.cloud/v1/analyses
The same API powers future desktop and mobile apps — anything you build on it keeps working.
Stop guessing. Start with the log.
Your first 10 analyses every month are free — no card required. Upload a panic log and see the full pipeline: parse, rules, AI, repair plan.