Test Insights Tool
Manually run the given insight tool against a session and return the response.
POST
/api/v1/insights/tools-testAuthentication
Syllable-API-KeyrequiredSend Syllable-API-Key in the header.
Need a credential? Create or manage an API token in the Syllable Console.
Parameters
This endpoint has no declared parameters.
Request body
application/json
body
InsightToolTestInput
required
3 fields
tool_namestringrequiredHuman readable name of insight tool configuration
session_idinteger | nulloptionalThe session ID of the session against which to run the tool
upload_file_idinteger | nulloptionalThe file ID of the uploaded file against which to run the tool
Request example
{
"tool_name": "string",
"session_id": "string",
"upload_file_id": "string"
}Responses
200Successful Response
application/json
response
unspecified
required
Response example
string400Bad Request
No response body is declared.
404Not Found
No response body is declared.
422Validation Error
application/json
response
HTTPValidationError
required
1 field
detailValidationError[]optionalItem schema
itemsValidationErrorrequired3 fields
locstring | integer[]requiredItem schema
itemsstring | integerrequired2 options
Option 1stringrequiredOption 2integerrequiredmsgstringrequiredtypestringrequiredResponse example
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}500Internal Server Error
No response body is declared.

