changedInput schema / properties / instructions / description
Previous value: -"Task-specific structured input. Fields vary by task_type. For phone_call: phone_number, identity, objective, language, attempts. For ugc_video: script, tone, location, frame, duration, language. For form_filling: form_url, fields object. For account_verification: platform, url, credentials, what_to_verify. For authentic_posting: platform, content, scheduled_time, account_access."New value: +"Task-specific structured input. Fields vary by task_type. For phone_call: phone_number, identity, objective, language, attempts. For ugc_video: script, tone, location, frame, duration, language. For form_filling: form_url, fields object. For account_verification: platform, url, credentials, what_to_verify. For authentic_posting: platform, content, scheduled_time, account_access. For lead_enrichment: leads (array of objects), fields_needed (array of strings), instructions."
changedInput schema / properties / task_type / description
Previous value: -"The type of human task to request. ugc_video: face-cam video recorded by a real creator ($99). phone_call: a real human makes or receives a phone call ($49). account_verification: identity or account verification with optional screenshot ($39). form_filling: forms requiring authentic human input ($39). authentic_posting: real posts on Instagram, TikTok, Twitter, or LinkedIn ($29)."New value: +"The type of human task to request. ugc_video: face-cam video recorded by a real creator ($99). phone_call: a real human makes or receives a phone call ($49). account_verification: identity or account verification with optional screenshot ($39). form_filling: forms requiring authentic human input ($39). authentic_posting: real posts on Instagram, TikTok, Twitter, or LinkedIn ($29). lead_enrichment: a human researcher finds requested fields (email, phone, LinkedIn URL, job title) for a list of leads and returns structured data ($29)."
changedInput schema / properties / task_type / enum
Previous value: -[
- "ugc_video",
- "phone_call",
- "form_filling",
- "account_verification",
- "authentic_posting"
-]New value: +[
+ "ugc_video",
+ "phone_call",
+ "form_filling",
+ "account_verification",
+ "authentic_posting",
+ "lead_enrichment"
+]