Generate Acc/Loc Files
⚠️ Under active development — subject to change.
Kicks off an asynchronous job to generate files. Poll the Acc/Loc File Status endpoint to check progress and retrieve download URLs.
Documentation Index
Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Path Parameters
Ping ID of the submission.
Body
Limit generation to a specific set of modeling options. If omitted, files are generated for all modeling options on the submission.
CAT model to generate files for (AIR or RMS). The submission must have configuration for the requested model via its team/division settings. If omitted, files are generated for all CAT models that are configured for the submission.
AIR- AIRRMS- RMS
AIR, RMS, null When true, secondary modifiers are included in the generated acc/loc files. If omitted, configured default is used.
When true, Ping-derived lat/longs are included in the generated acc/loc files. If omitted, configured default is used.
Controls how acc/loc file pairs are generated per tower. combined produces one file pair including all layers; per_layer produces a separate file pair for each layer.If omitted, configured default is used.
C- CP- P
C, P, null AIR Workflow name to use for generating acc/loc files.
RMS EDM name to use for generating acc/loc files.
Response
Unique identifier for this generation job.
N: job is not processed. I: job is in progress. C: files are ready. F: generation encountered an error.
N- NI- IC- CF- F
N, I, C, F An integer from 0 to 100 indicating the percentage of the job that is complete. When status is complete, this will be 100; when status is pending, this may be 0 or some intermediate value; when status is failed, this may be 0, 100, or some intermediate value depending on when the failure occurred.
Acc/Loc file pairs being generated. Each entry has its own status and may complete independently before the overall job is finished.