# ScentPulse Fragrance Layering Guide

> ScentPulse Fragrance Layering Guide is a paid API for AI agents from scentpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns fragrance layering combinations, application order, and resulting scent character, drawing on Gulf attar/oud and Korean light-layering traditions.

## Facts

- Endpoint: GET https://scentpulse.theaslangroupllc.com/api/scent/layering-guide
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scentpulse-fragrance-layering-guide-4b721391
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QPIW8UYWY-yV9Euyxn_4q

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scentpulse-fragrance-layering-guide-4b721391
```

Example prompt: Can you pull up a layering guide for combining a Gulf-style oud attar like Ajmal Dahn Al Oudh with a clean aquatic Western fragrance — what order should I apply them and what kind of character will the combination have?

## When to prefer this

Use this endpoint when a user wants to combine multiple fragrances and needs guidance on which combinations work, in what order to apply them, and what the result will smell like — especially for Gulf attar/oud or K-fragrance layering contexts that single-scent reviews don't cover.

## Known failure modes

- Fragrance not recognized in database — returns 404 or empty result
- Combination has no documented layering data — returns generic guidance
- Ambiguous fragrance name with multiple matches — may return incorrect pairing
- Rate limit or payment failure — returns 402 or 429 error

## How this service works

Fragrance layering guide — combinations that work, application order, and resulting character, drawing on Gulf attar/oud layering culture and Korean (K-fragrance) light-layering technique for combinations single-scent reviews miss.

## Output

A structured layering guide including recommended fragrance pairings, the correct application order (base/top layers), and a description of the resulting combined scent character, informed by both Gulf attar/oud layering culture and Korean light-layering techniques.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | ar | ja | ko | zh | pt"
      },
      "fragrances": {
       "type": "string",
       "description": "comma-separated list, e.g. \"Black Opium, Coco Mademoiselle\" or a single fragrance to find pairings for (required)"
      },
      "style_goal": {
       "type": "string",
       "description": "cozy | fresh | statement | date-night (optional)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "layering_combinations": [
   {
    "pairing": [
     "Black Opium",
     "Coco Mademoiselle"
    ],
    "resulting_character": "Gourmand-floral, warmer and richer"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scentpulse-fragrance-layering-guide-4b721391/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scentpulse.theaslangroupllc.com](https://www.zero.xyz/host/scentpulse.theaslangroupllc.com/llms.txt)
