Skip to content
Last updated

Pin a thread to keep it at the top of the thread list for easy access.

POSThttps://api.aitronos.com/v1/threads/{thread_id}/pin

Pin a thread so it appears at the top of the thread list. Pinned threads are useful for marking important or ongoing conversations.

Path Parameters

thread_id string required

The unique identifier of the thread to pin.


Returns

Returns a pin status object with the thread ID and pin state.

cURL
curl -X POST "https://api.aitronos.com/v1/threads/thrd_abc123/pin" \
  -H "X-API-Key: $FREDDY_API_KEY"