Skip to main content
POST
/
assets
/
models
/
{resource_uri}
/
verify
Verify Model
curl --request POST \
  --url https://api.example.com/assets/models/{resource_uri}/verify \
  --header 'Authorization: Bearer <token>'
{
  "verified": true,
  "message": "<string>",
  "latency_ms": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/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.

Headers

X-Project-ID
string | null

Path Parameters

resource_uri
string
required

Model resource URI

Response

Successful Response

Response for model verification.

verified
boolean
required
message
string
required
latency_ms
number | null