Skip to content

Commit 8ced72b

Browse files
Mlaz-codeclaude
andcommitted
docs: expand 28 meta descriptions to exceed Bing 150-char minimum
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3fcc725 commit 8ced72b

28 files changed

Lines changed: 28 additions & 28 deletions

content/en/api-reference/account-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "SharpAPI API key management — create, list, rotate, and delete API keys. Manage multiple keys per account with granular permissions."
2+
description: "SharpAPI API key management — create, list, rotate, and delete API keys programmatically. Manage multiple keys per account with granular permissions and usage tracking."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/deeplinks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "SharpAPI deep links API — generate sportsbook deep links from opportunity hash IDs for one-click bet placement on sportsbook websites."
2+
description: "SharpAPI deep links API — generate sportsbook deep links from opportunity hash IDs for one-click bet placement. Supports Bet365, DraftKings, FanDuel, and more."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/enterprise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "SharpAPI Enterprise-only endpoints — access historical odds snapshots, futures markets, and closing line value (CLV) analysis across all sportsbooks."
2+
description: "SharpAPI Enterprise-only API endpoints — access historical odds snapshots, futures markets, and closing line value (CLV) analysis across all supported sportsbooks."
33
---
44

55
import { Callout } from 'nextra/components'

content/en/api-reference/gamestate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/gamestate — Get live game scores, clocks, and periods aggregated across sportsbooks using max-score priority-fill merging."
2+
description: "GET /api/v1/gamestate — Get live game scores, clocks, periods, and play status aggregated across sportsbooks using max-score priority-fill merging for accurate in-play data."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/markets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/markets — Get available betting market types with their configurations and sport availability across all supported sportsbooks."
2+
description: "GET /api/v1/markets — Get available betting market types including moneylines, spreads, totals, and props with configurations and sport availability across all sportsbooks."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/odds-batch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "POST /api/v1/odds/batch — Fetch odds for multiple events in a single request. Reduces latency and rate limit usage compared to individual calls."
2+
description: "POST /api/v1/odds/batch — Fetch odds for multiple events in a single API request. Reduces latency and rate limit usage compared to individual per-event calls."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/odds-best.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/odds/best — Get the best available odds for each selection across all sportsbooks with per-book comparisons and edge calculations."
2+
description: "GET /api/v1/odds/best — Get the best available odds for each selection across all sportsbooks with per-book comparisons, edge calculations, and implied probability."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/odds-comparison.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/odds/comparison — Compare odds for a specific event across sportsbooks, organized by market and selection with hold calculations."
2+
description: "GET /api/v1/odds/comparison — Compare odds for a specific event across all sportsbooks side by side, organized by market and selection with hold and margin calculations."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/opportunities-arbitrage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/opportunities/arbitrage — Find guaranteed-profit arbitrage opportunities across sportsbooks with optimal stake calculations."
2+
description: "GET /api/v1/opportunities/arbitrage — Find guaranteed-profit arbitrage opportunities across sportsbooks with optimal stake calculations and real-time profit percentages."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/opportunities-ev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/opportunities/ev — Find positive expected value (+EV) betting opportunities using Pinnacle sharp lines as the reference source."
2+
description: "GET /api/v1/opportunities/ev — Find positive expected value (+EV) betting opportunities across sportsbooks using Pinnacle sharp lines as the fair-odds reference source."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

0 commit comments

Comments
 (0)