Skip to main content
GET
Retrieve Recommended Action

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-13"

Path Parameters

chain_id
string
required

Chain ID from the list endpoint, e.g. rac_seed_start_selling_9f2c1a7b04.

Query Parameters

account_id
string

Account ID, prefixed biz_. Defaults to the API key's own account.

Response

generated chain retrieved

actions
object[]
required
description
string
required

What running the chain accomplishes

Example:

"Get your product in front of buyers"

id
string
required

Chain ID — rac_seed_<preset>_<nonce> for seeded chains, rac_chain_* for generated ones

Example:

"rac_chain_xxxxxxxxxxxx"

reasoning
object | null
required

Why the generator proposed this chain, or null for seeded chains

Example:
title
string
required

Headline for the chain

Example:

"Launch an ad campaign"