Skip to main content
GET
/
get_result
/
{job_id}
Get Result
curl --request GET \
  --url https://api.infera.org/get_result/{job_id} \
  --header 'api_key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.infera.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_key
string
header
required

Path Parameters

job_id
string<uuid4>
required

Response

Successful Response