---
title: "Register a GIF share (deprecated alias)"
method: POST
path: "/klipy/register-share"
tags: ["GIFs (Deprecated)"]
---

# Register a GIF share (deprecated alias)

`POST /klipy/register-share`

Use /gifs/* instead - these vendor-specific paths are deprecated and will be removed. Routes to the active provider; identical behaviour to /gifs/register-share.

## Request body

- GifRegisterShareRequest
  - `id` string, required — Provider-issued share identifier (slug or slug-id token).
  - `q` string, nullable — Optional search query that produced the GIF.
  - `locale` 'ar' | 'bg' | 'cs' | 'da' | 'de' | 'el' | 'en-GB' | 'en-US' | 'es-ES' | 'es-419' | 'fi' | 'fr' | 'he' | 'hi' | 'hr' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lt' | 'nl' | 'no' | 'pl' | 'pt-BR' | 'ro' | 'ru' | 'sv-SE' | 'th' | 'tr' | 'uk' | 'vi' | 'zh-CN' | 'zh-TW' — The locale code for the user interface language

## Response `204`

No Content

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `401` — Unauthorized - Authentication is required or the token is invalid
- `403` — Forbidden - You do not have permission to perform this action
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

## Changes

> 19 revisions in range; 1 not diffed.

- **2026-09-18** `dd0ad4ea1c88` — 1 breaking, 1 info
  - request property `q` list-of-types was narrowed by removing types `null` from media type `application/json`
  - the request property `q` became nullable

[Change history](https://skmtc.dev/fluxer/apis/fluxer-api/changes/klipy/register-share/post.md)

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/fluxer/apis/fluxer-api/revisions/d15f842dd5f1?raw)
