PLARVPLARVRequest Access
Back to Home

API Reference

Endpoints, authentication, and deterministic responses.

Authentication

Authorization: Bearer {JWT_TOKEN}

// Tokens expire after 15 minutes

Example Request

POST /api/v1/predict
{
  "platform": "meta",
  "budget": 5000,
  "objective": "conversions"
}

Every response returns symbolic coefficients for interpretability and reproducibility — core to PLARV’s deterministic design.