Skip to main content
POST
/
intents
/
{intentAddress}
/
trigger-processing
Manually trigger intent processing
curl --request POST \
  --url https://api.chainrails.io/api/v1/intents/{intentAddress}/trigger-processing \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Intent started successfully"
}

Authorizations

Authorization
string
header
required

Enter your Chainrails API key as a Bearer token

Path Parameters

intentAddress
string
required

The blockchain address of the intent

Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Intent processing triggered successfully

success
boolean
Example:

true

message
string
Example:

"Intent started successfully"