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

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

Data connection resource URI (e.g., 'data:acme-corp:ml-project:my-s3-bucket')

Response

Verification result

Response for data connection verification.

success
boolean
required
message
string
required
latency_ms
number | null
details
Details · object

Provider-specific details (e.g., bucket_exists, permissions)