# Meta Title & Description Generator — Agent Guide

> Generate compelling meta titles and descriptions optimized for search engines. Get multiple suggestions with character counts and best practice guidance.

Base URL: `https://kappax.io`

## Endpoint

`POST /api/tools/meta-generator`

Content-Type: `application/json`

## Request Body

- `keyword` (string, required): Primary keyword to optimize for
- `pageType` (string): Type: page | blog | product | landing
- `brandName` (string): Brand name to append to titles

## Response

Returns JSON with `tool` (slug) and `result` object:

- `titles` (array): Generated title suggestions with character lengths
- `descriptions` (array): Generated description suggestions with character lengths

## Example

```bash
curl -X POST https://kappax.io/api/tools/meta-generator \
  -H "Content-Type: application/json" \
  -d '{"keyword":"example","pageType":"example","brandName":"example"}'
```

## Rate Limits

- 60 requests per minute per IP
- Please include a descriptive User-Agent header

## More Tools

See all available tools at https://kappax.io/tools
Full tools index for agents: https://kappax.io/llms.txt
