---
title: SEO Tags Generator API
slug: generate-seo-tags
url: https://apyverse.com/sharpapi/service/generate-seo-tags
provider: SharpAPI
categories: [SEO]
auth: api_key
---

# SEO Tags Generator API

What it does SEO Tag Generator creates SEO meta tags from the content you send it. Submit a content string, and you can also set language and voicetone to guide the output. Use it when you need page-level metadata generated from article copy, landing-page text, or product descriptions. The POST end…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/seo/generate_tags` | What it does Submits content to generate SEO tags asynchronously. The response returns a job identi… | 50 |
| GET | `/sharpapi/api/v1/seo/generate_tags/job/status/:job_id` | What it does Checks the status of an asynchronous SEO tags generation job using the jobid in the pa… | 1 |

## About

## What it does
SEO Tag Generator creates SEO meta tags from the content you send it. Submit a `content` string, and you can also set `language` and `voice_tone` to guide the output.

Use it when you need page-level metadata generated from article copy, landing-page text, or product descriptions. The POST endpoint starts an asynchronous job and returns a `job_id` plus a `status_url` you can poll.

When the job completes, the status endpoint returns the job `id`, `type`, and current `status`. On success, it includes `result.meta_tags` with fields such as `title`, `description`, `keywords`, `author`, `og:title`, `og:description`, `og:image`, `og:url`, `og:type`, `og:site_name`, `twitter:card`, `twitter:title`, `twitter:description`, `twitter:image`, and `twitter:creator`.

SEO Tag Generator fits into content publishing workflows, CMS tooling, and internal marketing automation where you need structured meta tags without hand-writing each field.

## Usage

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