---
title: SEO Tags Generator API
slug: generate-seo-tags
url: https://apyhub.com/sharpapi/service/generate-seo-tags
provider: SharpAPI
categories: [Marketing, SEO, Smart Generation]
tags: [content, link, seo]
auth: api_key
---

# SEO Tags Generator API

Generate SEO meta tags from page content, with optional language and voice tone. Returns a job ID, status URL, and meta_tags for publishing.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/sharpapi/api/v1/seo/generate_tags` | What it does Submits content to generate SEO tags asynchronously. The request body includes the sou… | 50 |
| GET | `/sharpapi/api/v1/seo/generate_tags/job/status/:job_id` | What it does Checks the status of an asynchronous SEO tag generation job identified by jobid. When… | 1 |

## About

## What it does
SEO Tag Generator turns page content into a structured set of SEO meta tags. Send `content`, and optionally set `language` and `voice_tone`; the job returns a `job_id` and a `status_url` you can poll for completion.

Use it when you need consistent metadata for blog posts, landing pages, product pages, or CMS imports without hand-writing titles and descriptions for every page. The output is a `meta_tags` object containing 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`.

Because generation runs asynchronously, the workflow fits batch jobs as well as on-demand content pipelines. You submit the content once, check job status by `job_id`, and read the generated tags from the result when the job succeeds.

SEO Tag Generator is useful anywhere you want page metadata that is derived from the source text and returned in a predictable structure for publishing, preview cards, and search optimization workflows.

## Usage

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