---
title: "POST /api/v1/consulting/conversations/{conversationId}/human"
method: POST
path: "/api/v1/consulting/conversations/{conversationId}/human"
tags: ["Consulting"]
---

# POST /api/v1/consulting/conversations/{conversationId}/human

`POST /api/v1/consulting/conversations/{conversationId}/human`

Schedules a human search after a private three-minute grace period. Pearl receives only a concise problem summary when dispatch starts, and usage is consumed at that time.

## Path parameters

- `conversationId` string, uuid, required

## Cookies

- `billing_session` string

## Response `200`

Human consultation scheduled or an active request replayed.

- object
  - `humanStatus` 'not_requested' | 'scheduled' | 'searching' | 'connected' | 'paused' | 'failed', required
  - `available` integer, required
  - `limit` integer, required
  - `purchase` object, required
    - `amount` 3995, required
    - `currency` 'EUR', required
  - `purchasedAvailable` integer, required
  - `used` integer, required

## Other responses

- `400` — The request is invalid.
- `401` — The subscriber has no active consulting access.
- `403` — The request did not originate from this Product.
- `404` — The conversation is not owned by the subscriber.
- `409` — Triaje is incomplete or the monthly allowance is exhausted.
- `429` — The subscriber exceeded the human consultation rate limit.
- `503` — The consulting worker is unavailable.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
