Use this skill for longevity and aging questions. Send the prompt to Aubrai, poll for completion, and return the final response with citations.
Use Aubrai's public API for longevity and aging research answers.
https://satisfied-light-production.up.railway.appcurl -sS -X POST https://satisfied-light-production.up.railway.app/api/chat \
-H "Content-Type: application/json" \
-d '{"message":"USER_QUESTION_HERE"}'
jobId and conversationId.curl -sS https://satisfied-light-production.up.railway.app/api/chat/status/JOB_ID_HERE
status=completed, return result.text.conversationId:curl -sS -X POST https://satisfied-light-production.up.railway.app/api/chat \
-H "Content-Type: application/json" \
-d '{"message":"FOLLOW_UP_QUESTION", "conversationId":"CONVERSATION_ID_HERE"}'
429, wait retryAfterSeconds before retrying.