Search + K

Command Palette

Search for a command to run...

Sign In

Run Apify actor synchronously

POST /acts/apify~claude-code/run-sync
Copy endpoint
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;
}

Responses

200

OK

unknown