---
title: Generate Keywords/Tags API
slug: generate-keywords-tags
url: https://apyhub.com/sharpapi/service/generate-keywords-tags
provider: SharpAPI
categories: [Artificial Intelligence, SEO, Smart Generation]
tags: [keywords, keyword-generation, seo, content-analysis, text-classification]
auth: api_key
---

# Generate Keywords/Tags API

Generate keyword lists from a content string, with optional context, language, voice tone, and max quantity. Poll for an async result array.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/content/keywords` | What it does Submits an asynchronous job to generate keywords/tags from provided content. The reque… | 50 |
| GET | `/sharpapi/api/v1/content/keywords/job/status/:job_id` | What it does Checks the status of a Generate Keywords Tags background job identified by its job ID… | 1 |

## About

## What it does
Keyword Generator turns your source content into a list of keywords you can use for SEO, tagging, categorisation, or content planning. Send it a `content` string, optionally add `context` for extra processing instructions, choose a `language`, set a `voice_tone`, and cap the output with `max_quantity`.

Use it when you need fast keyword ideas from an article, product description, landing page draft, or any other block of text. The job runs asynchronously: submit the content, get back a `job_id` and `status_url`, then poll the job status endpoint until the result is ready.

When the job completes, the status response includes a `data` object with `id`, `type`, and `attributes`. Inside `attributes`, you get the job `status` and the generated `result` array of strings. That makes it easy to pipe the output into search workflows, metadata editors, internal taxonomies, or AI-assisted publishing pipelines.

Keyword Generator is a good fit when you want a lightweight way to derive keyword lists from raw copy without building your own extraction logic.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/sharpapi/service/generate-keywords-tags
