Find best available posting slot
Returns suggested posting times using queue schedule, historical engagement data, and collision avoidance. Use strategy 'smart' (default) to combine all signals.
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.
In: header
Query Parameters
account_id?string
Account ID to optimize for
after?string
Earliest allowed time (ISO 8601). Defaults to now.
Format
date-timestrategy?string
Algorithm strategy: queue (slots only), best-time (engagement only), or smart (combined)
Default
"smart"Value in
- "queue"
- "best-time"
- "smart"
count?integer
Number of slot suggestions to return
Range
1 <= value <= 10Default
1Response Body
application/json
application/json
curl -X GET "https://example.com/v1/queue/find-slot"{ "fallback": true, "slots": [ { "conflicts": 0, "reason": "queue_slot", "score": 0, "slot_at": "2019-08-24T14:15:22Z" } ]}Found something wrong? Help us improve this page.