Post ADS 1
Authorization: Token r8_aRLU9EABQ6T0RIWohEicjW2xuHXXFy00Zq8OQ POST https://api.replicate.com/v1/predictions { "version": "5c7d5dc6dd8bf75c1acaa8565735e7986bc5b66206b55cca93cb72c9bf15ccaa", "input": { "text": "Alice" } } curl -s -X POST \ -d '{"version": "5c7d5dc6dd8bf75c1acaa8565735e7986bc5b66206b55cca93cb72c9bf15ccaa", "input": {"text": "Alice"}}' \ -H "Authorization: Token r8_aRLU9EABQ6T0RIWohEicjW2xuHXXFy00Zq8OQ" \ -H 'Content-Type: application/json' \ https://api.replicate.com/v1/predictions { "id": "gm3qorzdhgbfurvjtvhg6dckhu", "model": "replicate/hello-world", "version": "5c7d5dc6dd8bf75c1acaa8565735e7986bc5b66206b55cca93cb72c9bf15ccaa", "input": { "text": "Alice" }, "logs": "", "error": null, "status": "starting", "created_at": "2023-09-08T16:19:34.765994657Z", "urls": { "cancel": "https://api.replicate.com/v1/predictions/gm3qorzdhgbfurvjtvhg6dckhu/cancel", "get": "https://api.replicate.com/v1/predictions/gm3qorzdhgbfurvjtvhg6dckhu" } }