Retrieve results for one or more jobs by their IDs
curl --request POST \ --url https://api.praxos.ai/get-results \ --header 'API-key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "job_ids": [ "<string>" ] }'
{ "results": {} }
API key for authentication
The response is of type object.
object