Skip to main content
GET
/
github-intake
/
testBedrock
Test Bedrock Integration
curl --request GET \
  --url https://www.api.baselink.tech/github-intake/testBedrock \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "bedrockStatus": "<string>",
  "availableModels": [
    {}
  ],
  "testResults": {}
}
Test the integration with AWS Bedrock service.
success
boolean
Indicates if the Bedrock integration test was successful.
message
string
Test result message or error details.
bedrockStatus
string
Status of the Bedrock service connection.
availableModels
array
Array of available Bedrock models for testing.
testResults
object
Results from various Bedrock integration tests.
This is a testing endpoint used to verify AWS Bedrock connectivity and functionality. No parameters or body are required.