Skip to main content
POST
/
predict
Submit a prediction
curl --request POST \
  --url https://app.strandai.com/api/v1/predict \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "uploadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "markers": [
    "<string>"
  ]
}
'
{
  "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "reservedCredits": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.strandai.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
uploadId
string<uuid>
required
markers
string[]
required
Minimum array length: 1

Response

Job accepted and credits reserved

jobId
string<uuid>
required
reservedCredits
integer
required
status
enum<string>
required
Available options:
queued