Skip to main content
POST
/
runtime
/
{sessionId}
/
{cloneId}
/
api
/
{path}
Proxy a POST request to a running clone
curl --request POST \
  --url https://archal.ai/runtime/{sessionId}/{cloneId}/api/{path} \
  --header 'Content-Type: application/json' \
  --header 'x-route-authorization: <api-key>' \
  --data '{}'
{
  "error": "<string>",
  "code": "<string>",
  "message": "<string>",
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.archal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-route-authorization
string
header
required

Headers

x-route-authorization
string

Archal bearer token for the outer route hop. Keep the standard Authorization header for the service-shaped token the clone should see.

Example:

"Bearer archal_ws_example"

Path Parameters

sessionId
string
required
Example:

"env_12345"

cloneId
string
required
Examples:

"github"

"slack"

"stripe"

path
string
required

Body

application/json

The body is of type object.

Response

Clone-specific response.