---
title: "Create Card Click Event"
method: POST
path: "/api/v1/agents/test/{test_id}/card-click"
tags: ["agents"]
---

# Create Card Click Event

`POST /api/v1/agents/test/{test_id}/card-click`

Log an EventLog for a client-side card click interaction.

## Path parameters

- `test_id` string, required

## Request body

- CardClickRequest
  - `action_id` string, required — Human-readable identifier for the card action.
  - `action_type` 'action' | 'cta', required — The type of action triggers, either "action", or "cta".

## Response `200`

Successful Response

- CardClickResponse
  - `status` string, required — The outcome of the request

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.dev/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/203a46065323/schema)
