Documentation

Guide prepared for technical teams

The Serdar Dogan Digital engineering team has created a comprehensive reference for integrating Reklamci.ai infrastructure into your own systems. All examples come with Postman collections.

API Access

  • Authentication

    JWT-based access keys, environment variables, and sample requests.

  • Campaign Endpoints

    Reading Facebook/Google campaign content and triggering optimization recommendations.

  • Webhooks

    Listening to PayTR payment, subscription renewal, and Meta events.

Frontend SDK

  • React Hooks

    Ready-made hook sets like useAIStore and useCampaignInsights.

  • UI Kit

    Tailwind-based components, modals, and chart templates.

Sample Request

curl -X POST https://api.reklamci.ai/ai/autopilot/analyze \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "campaign_id": "123",
    "thresholds": { "minROAS": 1.5 }
  }'

For more examples, you can check out the Agency Zero integration repo on GitHub or contact us.