Integrate Marketeze hook analysis into your applications
The Marketeze API allows you to analyze and generate viral hooks programmatically. All API access requires a Pro subscription.
All API requests require authentication using a Bearer token.
API requests are limited to 20 requests per minute per API key.
Include your API key in the Authorization header:
Authorization: Bearer mk_live_your_key_hereGet your API key from Settings → API Access
API requests are limited to 20 requests per minute per API key.
Rate limit information is included in response headers:
/api/v1/analyze{
"hook": "string (1-500 chars, required)",
"platform": "tiktok|youtube|instagram|twitter|linkedin|other (optional)",
"niche": "string (optional)"
}{
"id": "uuid",
"score": 1-100,
"breakdown": {
"curiosity": 1-100,
"urgency": 1-100,
"specificity": 1-100,
"emotion": 1-100,
"clarity": 1-100
},
"feedback": "string",
"improvements": ["string", ...]
}All errors follow a consistent format:
{
"error": {
"code": "ERROR_CODE",
"message": "Human-readable description"
}
}VALIDATION_ERRORInvalid request parametersURL_SUBMISSIONURL submitted instead of hook textMISSING_AUTHAuthorization header not providedINVALID_KEYAPI key is invalidKEY_REVOKEDAPI key has been revokedSUBSCRIPTION_REQUIREDActive Pro subscription requiredRATE_LIMITEDToo many requests, try again laterNOT_FOUNDResource not foundINTERNAL_ERRORServer error, please try againCreate your API key and start integrating in minutes.
Get Your API Key