POST
/
api
/
vendor
/
v1
/
orders
/
{orderId}
/
results
/
json
curl --request POST \
  --url https://console.lomaplatform.com/api/vendor/v1/orders/{orderId}/results/json \
  --header 'API-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "data": [
    "<any>"
  ]
}'
{
  "id": "res_sMU0yB4xnQDL"
}

Authorizations

API-Key
string
header
required

API Key for the vendor

Body

application/json
title
string
required
Required string length: 1 - 256
data
required

Response

200
application/json
200 OK
id
string
required