---
title: "Swap Api Key For Jwt Token"
method: POST
path: "/sse/auth"
---

# Swap Api Key For Jwt Token

`POST /sse/auth`

Authenticate the client for futher SSE requests.

If the client decideds to authenticate using this endpoint, they will
receive a JWT token for future requests, allowing faster authentication for future requests.

## Query parameters

- `expiration` integer
- `api_key` string, nullable
- `jwt_token` string, nullable

## Headers

- `X-API-KEY` string, nullable
- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/neuphonic/apis/fastapi.md) · [All operations](https://skmtc.dev/neuphonic/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neuphonic/fastapi/revisions/137e07c33577/schema)
