Enrich a stack trace
Symbolicate or deobfuscate a browser, Android, iOS, Mini Program, or HarmonyOS stack trace.
Restrictions
| Aspect | Value |
|---|---|
| Rate limits | 1,000 requests/minute; 50 requests/second per account |
| Permissions | None — any valid app_key can call this operation |
Usage
typedefaults tobrowserwhen omitted for backward compatibility.- Set
nearfrom 1 to 20 to include source-code snippets around converted frames. - For Android NDK native crashes, provide
archandsource_type: ndkso the backend routes to native symbolication. - For iOS crash stacks, pass
binary_imagesso addresses can be relocated against the uploaded dSYM files. no_cacheis intended for debugging and bypasses cached enrich results.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Stack trace enrichment request.
Application or service name used when the sourcemap was uploaded.
Application version used when the sourcemap was uploaded.
Source platform. Defaults to browser when omitted.
browser, android, ios, miniprogram, harmony Raw stack trace to parse and enrich.
Number of nearby meaningful source lines to return around converted frames.
1 <= x <= 20Skip cached enrich results. Intended for debugging.
Android build ID for Gradle plugin 1.13.0 and later.
Android build variant used by older Gradle plugin versions.
Android NDK architecture such as arm, arm64, x86, or x64.
Android error source type. Use ndk with arch for native symbolication.
Loaded binary images from an iOS crash report.
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.