---
title: "Manually trigger intent processing"
method: POST
path: "/intents/{intentAddress}/trigger-processing"
tags: ["Intents"]
---

# Manually trigger intent processing

`POST /intents/{intentAddress}/trigger-processing`

Triggers manual processing of an intent. Checks funding status, starts the intent if needed, and initiates completion flow. Use this as a fallback when the indexer misses the funding event.

## Path parameters

- `intentAddress` string, required

## Response `200`

Intent processing triggered successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Invalid intent status or not funded
- `401` — Unauthorized - Invalid or missing API key
- `404` — Intent not found

---

[API](https://skmtc.net/horuslabsio/apis/chainrails-api.md) · [All operations](https://skmtc.net/horuslabsio/apis/chainrails-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/horuslabsio/chainrails-api/versions/76a4e00b118d/schema)
