Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Queue source discovery for a migration run.
cURL
curl --request POST \ --url https://api.sequenzy.com/api/v1/migrations/{runId}/discover \ --header 'Authorization: Bearer <token>'
{"success":true,"data":{"id":"run_123","status":"discovering"}}
curl -X POST "https://api.sequenzy.com/api/v1/migrations/run_123/discover" \ -H "Authorization: Bearer SEQUENZY_API_KEY"