Run Apify actor synchronously
POST
/acts/apify~claude-code/run-sync-get-dataset-items https://api.apify.com/v2
Parameters
query Query Parameters
| Name | Type |
|---|---|
token
required
Enter your Apify token here | string |
Request Body
application/json
required
interface InputSchema {
skills?: string[];
initShellScript?: string;
idleTimeoutSeconds?: number;
}
skills?: string[];
initShellScript?: string;
idleTimeoutSeconds?: number;
}
Responses
200
OK
unknown