# Bypass Solution

## **How the Solution Works**

1. Identify the NuData script URL (e.g., `https://fc.kohls.com/2.2/w/w-756138/sync/js/`).
2. Send the URL to our API, optionally adding the form name.
3. Parse the response, where the `payload` is the value needed, and `input_name` is the name of the token.

### **Required Parameters**:

* `url`: The NuData script URL.

An example script is  <https://fc.kohls.com/2.2/w/w-756138/sync/js/>\
This will let our API load all the website settings, we support any configuration of NuData, as well as knowing the exact name of the parameter excepted from the website.

&#x20;

<figure><img src="/files/NdPxkNytigGbxsv0zKHV" alt=""><figcaption></figcaption></figure>

### **Optional Parameters**:

* `form_name`: The form you’re submitting (if applicable).

### Example Response

```json
{
  "payload": "...", // this is the value of the parameter to pass
  "input_name": "..." // this is the name of the parameter to pass
}
```

{% hint style="info" %}
In order to access any of our endpoint you'll need **a valid API Key,** either [join our discord](https://takionapi.tech/discord) for a trial or [puchase a plan](https://takionapi.tech/buy)
{% endhint %}

{% openapi src="/files/03eBkuCpkpTux5p7a0rP" path="/generate" method="get" %}
[nudata.yaml](https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2FmEh9dJdZLfhULoJic4cI%2Fnudata.yaml?alt=media\&token=e0197c54-382a-4f24-8e25-f732b244031e)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.takionapi.tech/nudata/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
