curl --request POST \
--url https://apix.spotzee.com/api/ext/generic/data/generate/hacker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data count=10 \
--data locale=en \
--data seed=12345 \
--data method=profile{
"status": "success",
"data": {
"hackers": [
{
"method": "profile",
"value": "If we index the array, we can get to the bus through the neural feed.",
"abbreviation": "HTTP",
"adjective": "open-source",
"ingverb": "parsing",
"noun": "protocol",
"phrase": "If we index the array, we can get to the bus through the neural feed.",
"verb": "connect"
}
],
"generated": 1,
"locale": "en",
"seed": 12345,
"method": "profile"
},
"performance": {
"generationTime": 2,
"itemsGenerated": 1,
"locale": "en"
}
}Generates synthetic technical jargon fixtures for testing support tickets, demo content, sample incident notes, search indexes, and text-processing workflows. Supported methods include profile, abbreviation, adjective, ingverb, noun, phrase, and verb.
curl --request POST \
--url https://apix.spotzee.com/api/ext/generic/data/generate/hacker \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data count=10 \
--data locale=en \
--data seed=12345 \
--data method=profile{
"status": "success",
"data": {
"hackers": [
{
"method": "profile",
"value": "If we index the array, we can get to the bus through the neural feed.",
"abbreviation": "HTTP",
"adjective": "open-source",
"ingverb": "parsing",
"noun": "protocol",
"phrase": "If we index the array, we can get to the bus through the neural feed.",
"verb": "connect"
}
],
"generated": 1,
"locale": "en",
"seed": 12345,
"method": "profile"
},
"performance": {
"generationTime": 2,
"itemsGenerated": 1,
"locale": "en"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Number of technical jargon records to generate (1-100). Passed as string but must be numeric.
^[1-9]\d?$|^100$"10"
Locale for generated data (e.g., en, es, fr, de, pt_BR, zh_CN)
"en"
Seed for deterministic generation. Same seed produces same results.
"12345"
Technical jargon generation method. Defaults to profile.
profile, abbreviation, adjective, ingverb, noun, phrase, verb "profile"
Successfully generated technical jargon data
success Hide child attributes
Hide child attributes
Resolved technical jargon generation method.
profile, abbreviation, adjective, ingverb, noun, phrase, verb "profile"
Primary generated technical jargon fixture value.
"If we index the array, we can get to the bus through the neural feed."
Generated technical abbreviation.
"HTTP"
Generated technical adjective.
"open-source"
Generated continuous-action technical verb.
"parsing"
Generated technical noun.
"protocol"
Generated technical jargon phrase.
"If we index the array, we can get to the bus through the neural feed."
Generated technical verb.
"connect"
profile, abbreviation, adjective, ingverb, noun, phrase, verb Was this page helpful?