# Bypass Solution

## **How the Solution Works**

To bypass PerimeterX protection:

1. **Provide our API with the device and app details.**
2. **Parse the returned headers and use them for requests to the protected application.**

{% hint style="info" %}
For app-specific requests, examples, more informations or plan pricing, please contact us on Discord.
{% endhint %}

## **Required Details**

Since PerimeterX is mobile-based, our API requires a JSON input with the `package_name` of the Android app (e.g., `com.enflick.android.TextNow` for TextNow). Additional optional device information can be supplied for more accurate header generation.

Based on this information, the API will return all necessary headers for the specified app.

{% 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="<https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2F3TqZxgelNLy7ywVLK83H%2Fpx-mobile.yaml?alt=media&token=87e3f533-a6b0-463e-a395-03c852d5074b>" path="/generate" method="post" %}
[px-mobile.yaml](https://2720813823-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn0x4RrnIfxXvmfh6rJHh%2Fuploads%2F3TqZxgelNLy7ywVLK83H%2Fpx-mobile.yaml?alt=media\&token=87e3f533-a6b0-463e-a395-03c852d5074b)
{% 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/px-mobile/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.
