Troubleshoot Error
curl --request POST \
--url https://api.simmer.markets/api/sdk/troubleshoot \
--header 'Content-Type: application/json' \
--data '
{
"error_text": "<string>",
"message": "<string>",
"conversation": [
{}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Utilities
Troubleshoot Error
Look up a Simmer API error and get a fix, or ask a support question.
Two modes:
- error_text only: Pattern match against known errors (free, no auth)
- message present: LLM-powered support with caller diagnostics (auth required, 5 free/day then x402 at $0.02/call)
POST
/
api
/
sdk
/
troubleshoot
Troubleshoot Error
curl --request POST \
--url https://api.simmer.markets/api/sdk/troubleshoot \
--header 'Content-Type: application/json' \
--data '
{
"error_text": "<string>",
"message": "<string>",
"conversation": [
{}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}⌘I
