---
title: "Marseille: Yes/No"
method: POST
path: "/tarot/marseille/draw/decision"
tags: ["Tarot: Marseille"]
---

# Marseille: Yes/No

`POST /tarot/marseille/draw/decision`

Single-card yes/no with verdict.

## Request body

- TarotDraw
  - `seed` integer
  - `question` string
  - `allowReversed` boolean

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `verdict` string, nullable
    - `reason` string, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

## Changes

- **2026-08-22** `5a17388652f3` — 3 info
  - added the new optional request property `allowReversed`
  - added the new optional request property `question`
  - added the new optional request property `seed`
- **2026-08-14** `994755209cea` — 2 info
  - api tag `Tarot: Marseille` added
  - api tag `Tarot — Marseille` removed

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/tarot/marseille/draw/decision/post.md)

---

[API](https://skmtc.dev/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.dev/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/4ed0fa90d9dc/schema)
