Skip to main content
POST
/
api
/
v1
/
signature
/
tagline
Generate Signature Tagline
curl --request POST \
  --url https://api.example.com/api/v1/signature/tagline \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "",
  "job_title": "",
  "company": "",
  "industry": "",
  "tone": "professional",
  "count": 3
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string
default:""
Maximum string length: 100
job_title
string
default:""
Maximum string length: 100
company
string
default:""
Maximum string length: 100
industry
string
default:""
Maximum string length: 100
tone
string
default:professional
Pattern: ^(professional|friendly|creative|bold)$
count
integer
default:3
Required range: 1 <= x <= 5

Response

Successful Response