# Count Result

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /resolve/keyword_to_lead/count/result:
    post:
      summary: Count Result
      deprecated: false
      description: '  <p style="margin: 0 0 24px 0; font-size:16px; color:#888;">You can now target display audiences based on real keyword searches, not just publisher site categories. This helps recover a large portion of the audience that normally becomes unserved inventory when email hashes don''t match in ad networks.</p>'
      operationId: resolveKeywordToLead
      tags:
        - 🔍  Keyword To Lead
        - Resolve
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                resolution_id:
                  type: string
              x-apidog-orders:
                - resolution_id
              required:
                - resolution_id
            examples:
              byOrganization:
                value:
                  resolution_id: res_85c3zed22z4569zbec1zb24a1aa4d728
                summary: By organization name
      responses:
        '200':
          description: Domain resolved successfully
          content:
            application/json:
              schema:
                type: object
                properties:
                  resolution_id:
                    type: string
                    description: >-
                      The resolution ID returned by the Count Building endpoint.
                      Use this ID to poll the status of your list generation job
                      and retrieve the results once processing is complete.
                x-apidog-orders:
                  - resolution_id
                required:
                  - resolution_id
              examples:
                '1':
                  summary: Sucesso
                  value:
                    success: true
                    message: >-
                      The resolution is still being processed. Please try again
                      later.
                    resolution:
                      id: res_85c3zed22z4569zbec1zb24a1aa4d728
                      status: queued
                      requested_at: '2026-04-06T19:07:42.169Z'
                    payload:
                      resolution_id: res_85c3zed22z4569zbec1zb24a1aa4d728
                '2':
                  summary: Completed
                  value:
                    success: true
                    message: Resolution successfully completed
                    result:
                      result: 123
                    payload:
                      resolution_id: res_85c3zed22z4569zbec1zb24a1aa4d728
          headers: {}
          x-apidog-name: ''
      security: []
      x-apidog-folder: 🔍  Keyword To Lead
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/1235890/apis/api-33427690-run
components:
  schemas: {}
  securitySchemes:
    bearerAuth:
      type: jwt
      scheme: bearer
      bearerFormat: JWT
      description: >-
        Organization JWT or API key from Core API. Send in header:
        Authorization: Bearer {token}
    sysAuth:
      type: apikey
      in: header
      name: x-sys-key
      description: >-
        System authentication key for internal endpoints. Only for inter-service
        calls.
servers:
  - url: https://api.lead.springbolt.app
    description: Prod Env
security: []

```
