An alternate endpoint for computing a large matrix asynchronously, where a request against the regular endpoint would result in a timeout.The request format is the same, but instead of the result, you are given a job identification number that you can use to retrieve the result once it is available.In most cases, prefer the regular endpoints.Here are some full examples via curl:
Pick the returned job_id and use it in the next GET requests:
When the calculation is finished (status:finished) the JSON response will contain the full matrix JSON under solution:
Please note that if an error occured while calculation the JSON will not have a status but contain directly the error message e.g.: