Skip to content

Debugging

During the development process, closely examine the user_input key object, which provides access to all your parameters. If any errors occur or if certain characters were not accurately parsed due to URL encoding, you will be able to identify them.

To check the user_input object, you can use the debug parameter. When set to 1, the user_input object will be included in the response.

Parameters

ParameterDescriptionTypeRequired
debugInclude the user_input object in the responseintegerNo

Request Example

shell
curl "https://api.apitube.io/v1/news/everything?limit=50&api_key=YOUR_API_KEY&debug=1"

WARNING

The debug parameter should only be used for debugging purposes and should not be included in production environments.