{"model":"sora-2","prompt":"A Cat running in the river and say: it's sooo coolll","config":{"duration":10,"size":"large","orientation":"portrait","images":["url_1","url_2"]}}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/task/submit' \
--header'Content-Type: application/json' \
--data-raw'{
"model": "sora-2",
"prompt": "A Cat running in the river and say: it'\''s sooo coolll",
"config": {
"duration": 10,
"size": "large",
"orientation": "portrait",
"images": [
"url_1",
"url_2"
]
}
}'