Sessions
To reuse the same proxy for multiple requests, simply use the session_number = flag (e.g. session_number=123). The value of the session can be any integer, simply send a new integer to create a new session (this will allow you to continue using the same proxy for each request with that session number). Sessions expire 60 seconds after the last usage. When the same proxy is required for multiple subsequent requests, Syphoon has an effortless method. Simply use the &session_number=flag (e.g. session_number=123). Any integer can represent the value of a session, and all you need to do is send a new integer to create a new session (this will enable you to continue using the same specific proxy for each request corresponding with that session number). Sessions carry an expiry time of 60 secs post last usage.
Sample Code
curl -d "key=YOUR_API_KEY&url=http://httpbin.org/ip&method=GET&session_number=123" \
-X POST "https://api.syphoon.com"
Result
{
"origin": "assigned_ip_address"
}