aihire.ae
Find ExpertsBecome an Expert Post a Brief
Sign InJoin AiHIREProud of UAE
aihire.ae

From the UAE to the world. Hire verified AI and tech experts on AiHIRE.

🇦🇪 UAE-basedBilingual AR / EN
Proud of UAE

For Clients

  • Browse experts
  • Post a brief
  • AI services
  • Programming & tech
  • AiHIRE for Business
  • Client dashboard

For Experts

  • Become an expert
  • Expert dashboard
  • Pro plans
  • Verification
  • Refer & earn

Trust & Help

  • How we verify
  • Secure payments
  • Dispute support
  • Help center
  • Contact Trust

Company

  • About AiHIRE
  • Careers
  • Press
  • Blog
  • Changelog
  • Developers
  • Skills directory
  • Sitemap

Top Categories

AI ServicesProgramming & TechAI Agents & AutomationData & AnalyticsDesign & CreativeDigital MarketingBusiness Consulting
© 2026 AiHIRE.ae · Built in Dubai. Verified across the world.
TermsPrivacyCookies|Pricing in AED · USD

AiHIRE.ae

aihire.ae
Find ExpertsBecome an Expert Post a Brief
Sign InJoin AiHIREProud of UAE
AiHIREDevelopers
For developers

Build with AiHIRE.

REST API, webhooks, embeddable widgets, and SSO. Wire AiHIRE briefs, experts, and milestone payments into your own product.

Read the docs Request API access
What you can build

From embed to deep integration.

Brief-to-experts

Send a brief through our API and get back structured scope and a ranked list of experts in seconds.

Embeddable widgets

Drop our service-card or expert-profile widget into your CMS, blog, or partner portal — fully styled or themeable.

Milestone webhooks

Subscribe to order events to trigger your own ops — invoicing, accounting, internal Slack pings.

Headless marketplace

Run AiHIRE as the backend for an industry-vertical marketplace. White-label commerce, our trust.

SSO & SCIM

Single sign-on (SAML, OIDC) and user provisioning for AiHIRE Business workspaces.

Bulk briefs

Submit briefs in batch from your procurement system. Get bulk responses with normalized scopes.

Quickstart

From zero to first brief in 5 minutes.

  1. 1Request an API key from /developers#access (instant approval for Business accounts).
  2. 2Authenticate with Bearer token over HTTPS.
  3. 3POST a brief to /v1/briefs and get back a structured brief and recommended experts.
  4. 4Place an order or surface results in your own UI.
Get API access
POST /v1/briefs
curl -X POST https://api.aihire.ae/v1/briefs \
  -H "Authorization: Bearer $AIHIRE_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "raw": "We need a bilingual WhatsApp agent that captures real-estate leads, qualifies them, and books viewings on Bitrix.",
    "category": "ai-services",
    "budget_usd_max": 5000,
    "deadline_days": 30
  }'
Response
{
  "brief": {
    "id": "brf_2032",
    "title": "Bilingual WhatsApp lead-qualification agent",
    "category": "ai-services",
    "outcome": "Capture, qualify, and book viewings end-to-end",
    "deliverables": [
      "Discovery + system prompt + eval set",
      "MVP agent on staging with WhatsApp + Bitrix",
      "Production launch with monitoring"
    ],
    "budget_usd_range": [3500, 5000],
    "timeline_days": [21, 30]
  },
  "recommended_experts": [
    { "id": "exp_001", "username": "leila-hashemi", "match_score": 0.94 },
    { "id": "exp_003", "username": "fatima-al-zaabi", "match_score": 0.91 },
    { "id": "exp_006", "username": "ahmed-mansour", "match_score": 0.78 }
  ]
}

REST endpoints

JSON over HTTPS, idempotency keys on POST, cursor pagination, ISO-8601 timestamps.

MethodPathDescription
POST/v1/briefsCreate a structured brief from raw text. Returns brief id + recommended experts.
GET/v1/servicesSearch services by category, skills, budget, delivery. Paginated, filterable.
GET/v1/experts/:usernameRead an expert profile, services, and verification badges.
POST/v1/ordersPlace an order on a service or custom offer; funds escrow.
POST/v1/orders/:id/milestones/:m/approveApprove a milestone and release escrow.
POST/v1/webhooksSubscribe to platform events: order, milestone, payout, dispute.
Webhooks

Listen to the marketplace.

Every order, milestone, and payout fires a webhook event. Verified via HMAC-SHA256 with a per-endpoint secret.

Events
order.createdorder.kickoffmilestone.deliveredmilestone.approvedmilestone.revision_requestedpayout.scheduledpayout.paiddispute.openeddispute.resolvedexpert.verifiedexpert.pro_granted
milestone.approved · payload
{
  "event": "milestone.approved",
  "id": "evt_01HX...",
  "occurred_at": "2026-05-01T08:42:11Z",
  "data": {
    "order_id": "ord_1029",
    "milestone": {
      "index": 2,
      "label": "MVP agent on staging",
      "amount_usd": 375,
      "released_at": "2026-05-01T08:42:11Z"
    },
    "expert_id": "exp_001",
    "client_id": "usr_8201"
  }
}

SDKs

Officially supported in TypeScript and Python. Community-maintained for Go and PHP.

TypeScript
Official
npm i @aihire/sdk
Python
Official
pip install aihire
Go
Community
go get github.com/aihire/go-sdk
PHP
Community
composer require aihire/sdk

Rate limits & guarantees

Default rate limit
60 req/s
burstable to 300 req/s for 60 seconds
Webhook retry
Up to 24h
exponential backoff with jitter
Uptime SLA
99.95%
on Business plans, with credits
  • Idempotency keys on every state-changing request
  • Sandbox API on api.sandbox.aihire.ae for testing
  • OpenAPI 3.1 spec at api.aihire.ae/openapi.json
  • Versioned headers — no breaking changes inside a major

Request API access

Instant approval for Business accounts. Otherwise we'll review and reply inside one business day.

developers@aihire.ae Talk to Business
aihire.ae

From the UAE to the world. Hire verified AI and tech experts on AiHIRE.

🇦🇪 UAE-basedBilingual AR / EN
Proud of UAE

For Clients

  • Browse experts
  • Post a brief
  • AI services
  • Programming & tech
  • AiHIRE for Business
  • Client dashboard

For Experts

  • Become an expert
  • Expert dashboard
  • Pro plans
  • Verification
  • Refer & earn

Trust & Help

  • How we verify
  • Secure payments
  • Dispute support
  • Help center
  • Contact Trust

Company

  • About AiHIRE
  • Careers
  • Press
  • Blog
  • Changelog
  • Developers
  • Skills directory
  • Sitemap

Top Categories

AI ServicesProgramming & TechAI Agents & AutomationData & AnalyticsDesign & CreativeDigital MarketingBusiness Consulting
© 2026 AiHIRE.ae · Built in Dubai. Verified across the world.
TermsPrivacyCookies|Pricing in AED · USD

AiHIRE.ae