curl --request PATCH \
--url https://api.ara.so/proxy/linq/{path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Proxy requests to Linq API with real Bearer token.
For message sends (POST /v3/chats//messages), applies message splitting so the agent runtime can send full messages without worrying about service limits or natural text boundaries.
curl --request PATCH \
--url https://api.ara.so/proxy/linq/{path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
Was this page helpful?