POST
/
api
/
traces
/
known
Check known trace hashes
curl --request POST \
  --url https://selltraces.com/api/traces/known \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "hashes": [
    "<string>"
  ]
}
'
{
  "ok": true,
  "known": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Opaque machine token issued by the CLI login or onboarding flow.

Body

application/json

Content hashes to reconcile against server-side trace deduplication.

hashes
string[]
required
Maximum array length: 5000
Required string length: 1 - 128

Response

Known hashes returned.

ok
boolean
required
known
string[]
required