Track API
Operations for tracking multimodal Voice+ journeys.
Track user progress through Voice+ multimodal journeys by sending step transitions. Used to coordinate state between voice interactions and visual interfaces.
Requires two headers: x-api-key (Voice+ API Key) and x-nlx-id (Workspace ID). Note: OpenAPI 3.0 limitations only allow defining one key name per scheme efficiently, so assume both are required as per documentation.
UUID v4 identifier for the step being tracked.
550e8400-e29b-41d4-a716-446655440000Unique identifier for the Voice+ conversation session.
conv_voice_abc123UUID identifier for the Voice+ journey/script being executed.
journey_uuid_def456Language code for the Voice+ experience (format 'xx-XX').
en-USOptional human-readable description of what triggered this step.
Step successfully tracked
Bad Request - Invalid step data or format
Unauthorized - Invalid Voice+ credentials
Forbidden - Access denied to journey/script
Too Many Requests
Last updated

