---
title: "Get test signature"
method: POST
path: "/signature/test"
tags: ["Signature"]
---

# Get test signature

`POST /signature/test`

Generate a unique test signature based on project, spec file path, and test title

## Request body

- TestSignatureRequest
  - `projectId` string, required — The project ID
  - `specFilePath` string, required — Full path to the spec file
  - `testTitle` union, required — Test title or array of titles (for nested describe blocks)
    - string
    - string[]

## Response `200`

Successful response

- TestSignatureResponse
  - `status` 'OK', required
  - `data` object, required
    - `signature` string — The generated test signature

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found

---

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