# Tractian — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Query Tractian's sensor hardware specifications and AI-powered detection intelligence to understand exactly how their monitoring system captures vibrations and interprets equipment health data. Get detailed technical insights into both the physical sensors and the software algorithms that power Tractian's predictive maintenance capabilities.

**Category:** Other | **Website:** [tractian.com/](https://tractian.com/) | **Docs:** [parse.bot/marketplace/8790d0ee-99ac-4d2a-9b92-54bf887704d7/tractian-com-api](https://parse.bot/marketplace/8790d0ee-99ac-4d2a-9b92-54bf887704d7/tractian-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-tractian-com-api-8790d0ee/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_detection_intelligence

Returns information about how Tractian's AI and software processes and interprets sensor data, including the detection workflow, failure lifecycle management, all detectable failure modes, AI capabilities, spectral analysis tools, data sampling modes, and supervised analysis features. Makes two round-trips to gather data from the failure detection and vibration analysis pages.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tractian-com-api-8790d0ee/get_detection_intelligence \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_hardware_specifications

Returns complete hardware specifications of the Tractian Condition Monitoring Sensor including measurements, wireless communication, physical characteristics, environmental ratings, power source, supported asset types, and certifications. One round-trip to the sensor specifications page.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-tractian-com-api-8790d0ee/get_hardware_specifications \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
